Google analytics#

Google Analytics data integration for fetching properties and syncing metrics.

List google analytics properties#

List available Google Analytics properties for the connected account.

Owner only
typescript
const { data } = await bw.google.listProperties({
  organizationId: 'org_123',
});

Parameters#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization identifier.

Response#

Returns { data } with the result.