列出可为其请求报告的预定义品牌组。在使用 POST /mmm/v1/reports 创建报告的每个请求中必须提供 brandGroupId。品牌组由 MMM 计划经理作为入职流程的一部分进行配置。如果您对为经理账户定义的品牌组有任何疑问,请联系 mmm-support@amazon.com。
授权资源类型:
全球经理账户 ID
参数名称:
Amazon-Advertising-API-Manager-Account
参数位置:
标头
需要以下权限之一:
["MasterAccount_Manager","MasterAccount_Viewer","ManagerAccount_Dev","MA_ReadOnly"]
{
"countryCodeFilter": {
"include": [
"CA",
"US"
]
},
"maxResults": "100"
}curl --location 'https://www.amazon.com/ap/oa/mmm/v1/brandGroups/list' \
--header 'Content-Type: application/json' \
--data '{
"countryCodeFilter": {
"include": [
"CA",
"US"
]
},
"maxResults": "100"
}'{
"brandGroups": [
{
"advertiserName": "Jack & Jill",
"brandGroupId": "68d71a07-a3ea-47f2-9051-df7fd08a64da",
"brandGroupName": "Continuous Protection Sunscreen Lotion for Kids",
"countryCode": "US",
"permittedMetricsTypes": [
"MEDIA_ONLY"
]
},
{
"advertiserName": "Accent Athletics",
"brandGroupId": "d0145381-b4a9-41a0-83de-e56c8f07d712",
"brandGroupName": "Running Shoes",
"countryCode": "US",
"permittedMetricsTypes": [
"MEDIA_AND_SALES",
"MEDIA_ONLY"
]
},
{
"advertiserName": "Accent Athletics",
"brandGroupId": "23d7c364-0124-410b-b899-8475eddbafef",
"brandGroupName": "Apparel",
"countryCode": "US",
"permittedMetricsTypes": [
"MEDIA_AND_SALES",
"MEDIA_ONLY"
]
},
{
"advertiserName": "Accent Athletics",
"brandGroupId": "e720c323-bbe5-4729-b48e-4952a3b09146",
"brandGroupName": "Apparel",
"countryCode": "CA",
"permittedMetricsTypes": [
"MEDIA_AND_SALES",
"MEDIA_ONLY"
]
}
]
}