Reporting#
See how an AI assistant can help with reporting in Brandwave, including example prompts and the details it may ask for.
Using your AI assistant
Get organization metrics#
Fetch organization-level metrics including total costs, reach, engagement, conversions, and calculated CPM, CPE, CPA.
Example prompt#
Show me the details for this organization metrics.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
What you'll get back#
Returns { data } with the result.
Get organization metrics history#
Fetch organization metrics over time with a configurable lookback window.
Example prompt#
Show me the details for this organization metrics history.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| daysBack | integer | — | Number of days of history to return (1-365). |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.
Get campaign metrics#
Fetch metrics for a single campaign including budget, cost, reach, engagement, conversions, and calculated CPM, CPE, CPA.
Example prompt#
Show me the details for this campaign metrics.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| campaignId | string (UUID) | Required | Campaign identifier to get metrics for. |
What you'll get back#
Returns { data } with the result.
Get campaign metrics history#
Fetch campaign metrics over time with a configurable lookback window.
Example prompt#
Show me the details for this campaign metrics history.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| campaignId | string (UUID) | Required | Campaign identifier. |
| daysBack | integer | — | Number of days of history to return (1-365). |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.
Get creator metrics#
Fetch metrics for a single creator including activity counts, follower totals, reach, engagement, conversions, and calculated CPM, CPE, CPA.
Example prompt#
Show me the details for this creator metrics.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| creatorId | string (UUID) | Required | Creator identifier to get metrics for. |
What you'll get back#
Returns { data } with the result.
Get creator metrics history#
Fetch a creator's metrics over time with a configurable lookback window.
Example prompt#
Show me the details for this creator metrics history.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| creatorId | string (UUID) | Required | Creator identifier. |
| daysBack | integer | — | Number of days of history to return (1-365). |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.
Get activity metrics#
Fetch metrics for a single activity including reach, engagement, cost, conversions, and calculated CPM, CPE, CPA.
Example prompt#
Show me the details for this activity metrics.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| activityId | string (UUID) | Required | Activity identifier to get metrics for. |
What you'll get back#
Returns { data } with the result.
Get activity metrics history#
Fetch an activity's metrics over time with a configurable lookback window.
Example prompt#
Show me the details for this activity metrics history.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
| activityId | string (UUID) | Required | Activity identifier. |
| daysBack | integer | — | Number of days of history to return (1-365). |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.