Category Share by Brand Report
The Category Share by Brand report provides brand category share analysis across product categories for sponsored items campaigns.
¶ Report Details
Report Type ID: GR_CATEGORY_SHARE_BY_BRAND
Use Cases:
- Brand market share analysis
- Category performance insights
- Competitive positioning
Filters:
brand: Brand name filter
Dimensions:
sales_channel: Distribution channell1_category_name,l2_category_name,l3_category_name,l4_category_name: Product category hierarchy- L1 example: “Beverages and Drink Mixes”
- L2 example: “Alcoholic Beverages”
- L3 example: “Hard Cider”
- L4 example: “Perry”
Important: Metrics are calculated at the granularity of the lowest category level dimension selected:
- L2 dimension (with or without L1): Returns metrics at L2 level (e.g., “Alcoholic Beverages”)
- L3 dimension (with or without L1, L2): Returns metrics at L3 level (e.g., “Hard Cider”)
- L4 dimension (with or without L1, L2, L3): Returns metrics at L4 level (e.g., “Perry”)
Note: L1 dimension alone is not supported.
¶ Available Metrics
sales_category_shareorders_category_shareunits_category_share
¶ Example Request
curl -X POST "https://api.uber.com/v1/ads/{account_id}/reporting/report" \
-H "Authorization: Bearer {ACCESS_TOKEN}" \
-H "Accept: application/json" \
-d '{
"report_type": "GR_CATEGORY_SHARE_BY_BRAND",
"time_range": {
"start_time": "2024-01-01T00:00:00Z",
"end_time": "2024-01-31T00:00:00Z"
},
"columns": [
"sales_channel",
"l1_category_name",
"l2_category_name",
"l3_category_name",
"sales_category_share",
"orders_category_share",
"units_category_share"
],
"time_unit": "SUMMARY",
"file_format": "CSV",
"filters": [
{
"column": "brand",
"operator": "EQUAL",
"values": ["Premium Brand Co"]
}
]
}'
¶ Example Response
{
"report_id": "8a2e38b2-59fb-5242-a0ec-e913a42150b5"
}
¶ Related Reports
- Category Share by Brand Owner - Brand owner market share analysis
- Total Sales - Product-level sales performance