Google Analytics#
See how an AI assistant can help with Google Analytics in Brandwave, including example prompts and the details it may ask for.
Using your AI assistant
List success metric options#
List selectable success-metric options for the connected Google account: GA4 key events, recently seen GA4 events, and Google Tag Manager tags.
Tool name: list_success_metric_options. Protocol hints: readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=false.
Example prompt#
List all success metric options in my organization.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
What you'll get back#
Returns { data, _meta } with the result.
List success metric dimension options#
List registered GA4 event-scoped custom dimensions and recent values for selected success events.
Tool name: list_success_metric_dimension_options. Protocol hints: readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=false.
Example prompt#
List all success metric dimension options in my organization.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| eventNames | Array<string> | Required |
What you'll get back#
Returns { data, _meta } with the result.