Get a report on Brands.
When aggregating results across multiple rows/dimensions, use the following formulas:
((sum(sentiment_sum) / sum(sentiment_count)) / 2 + 0.5) * 100sum(position_sum) / sum(position_count)sum(visibility_count) / sum(visibility_total)mention_count / sum(mention_count)Required if using a company api key
"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"
Required if using a company api key
"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"
1 <= x <= 10000x >= 0full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$"2025-09-22"
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$"2025-09-22"
Dimensions to break down the report by.
prompt_id, model_id, tag_id, topic_id, date, country_code, chat_id ["tag_id", "model_id"]Filter results by specific fields. Multiple filters are AND'd together.
[
{
"field": "brand_id",
"operator": "in",
"values": ["kw_abc123"]
}
]Success
Success