{
"brandName": "Mattress Mogul",
"categoryPath": [
[
"Categories",
"Granola & Snack Bars",
"Snack Food"
]
],
"categoryTreeName": "us-home",
"format": "JSON",
"lookBackPeriod": "1W",
"metrics": [
"customerConversionRate",
"engagedShopperRateLowerBound",
"newToBrandCustomerRate"
],
"reportEndDate": "2021-01-30",
"reportStartDate": "2021-01-01"
}curl --location 'https://www.amazon.com/ap/oa/insights/brandMetrics/report' \
--header 'Amazon-Advertising-API-Scope: 195213312458027' \
--header 'Amazon-Advertising-API-ClientId: amzn1.application-oa2-client.8baa9caa3eac48eab89780e73ce03b19.' \
--header 'Content-Type: application/vnd.insightsbrandmetrics.v1+json' \
--data '{
"brandName": "Mattress Mogul",
"categoryPath": [
[
"Categories",
"Granola & Snack Bars",
"Snack Food"
]
],
"categoryTreeName": "us-home",
"format": "JSON",
"lookBackPeriod": "1W",
"metrics": [
"customerConversionRate",
"engagedShopperRateLowerBound",
"newToBrandCustomerRate"
],
"reportEndDate": "2021-01-30",
"reportStartDate": "2021-01-01"
}'{}