Get per-tag stats with project brand metrics
Returns per-tag statistics with the project brand’s visibility, ranking, sentiment, and share-of-voice metrics for a tag-level performance overview.
Headers
Project ID to specify the project context
Body
Which tag system to group by
query, execution "query"
Start date (inclusive)
"2025-01-01"
End date (exclusive)
"2025-02-01"
Filter by country codes
["BE", "FR"]
Filter by language codes
["en", "fr"]
Filter by AI models
["gpt-4o", "claude-3-5-sonnet"]
Filter by query IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]
Filter by source presence: "sources" (only with sources), "no_sources" (only without), "all" (no filter). Legacy true/false values are still accepted.
all, sources, no_sources Filter by shopping presence: "shopping" (only with shopping), "no_shopping" (only without), "all" (no filter). Legacy true/false values are still accepted.
all, shopping, no_shopping Filter by query tag IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]
Filter by execution tag IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]
Query tag matching mode: "or" matches ANY tag (default), "and" matches ALL tags.
and, or Execution tag matching mode: "or" matches ANY tag (default), "and" matches ALL tags.
and, or IANA timezone for date bucketing and filtering (e.g. "Europe/Brussels"). Defaults to UTC.
"Europe/Brussels"
Entity IDs for the project brand (defaults to primary non-blacklisted)
["3f1a9c2e-7b4d-4e6a-9c1f-2d8e5a6b7c90"]
Restrict to specific tag IDs (omit for all tags)
["tag_123", "tag_456"]
When true, expand selected entities to include all members of their entity groups.
false
Max number of tags to return (top N by the active sort). Omit for all tags.
5
Server-side sort. Allowed fields: tagName, resultCount, mentionCount, visibility, shareOfVoice, avgRanking, sentimentScore. Default: mentionCount descending.
[
{
"field": "mentionCount",
"direction": "DESC"
}
]
Response
Per-tag overview statistics with project brand metrics, one entry per tag.