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#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
Response#
Returns { data } with the result.