Success metrics#
See how an AI assistant can help with success metrics 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 metrics#
List the organization's selected success metrics — the GA4 events it defines as success (e.g. sign-ups, purchases).
Reads dataSafe to repeat
Example prompt#
text
List all success metrics in my organization.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.
Add success metrics#
Add one or more success metrics. Historical event data is backfilled from Google Analytics automatically.
Owner only
Example prompt#
text
Add the success metrics.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| metrics | Array<object> | Required | Success metrics to add (1-50). |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.
Remove success metric#
Remove a success metric and purge its synced event data.
Owner only
Changes data
Example prompt#
text
Remove the success metric.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| successMetricId | string (UUID) | Required | Success metric identifier to remove. |
What you'll get back#
Returns { data } with the result.