Google analytics#

Google Analytics data integration for fetching properties and syncing metrics.

Authentication required

All endpoints require a Bearer token in the Authorization header. See the Authentication guide for setup instructions.

POST /v1/google-analytics/list-properties#

List available Google Analytics properties for the connected account.

Owner only
bash
POST /v1/google-analytics/list-properties
Authorization: Bearer {token}
Content-Type: application/json

{
  "organization_id": "org_123"
}

Parameters#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization identifier.

Response#

Returns { data } with the result.

Underlying SDK method: bw.google.listProperties(params)