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

Connect to the Brandwave MCP server, then ask your AI assistant in natural language. It will choose the right Brandwave task and ask for any details it needs.

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.

Owner only

Example prompt#

text
List all success metric options in my organization.

Details to provide#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization 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.

Owner only

Example prompt#

text
List all success metric dimension options in my organization.

Details to provide#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization identifier.
eventNamesArray<string>Required

What you'll get back#

Returns { data, _meta } with the result.