{
"endDate": "2023-05-31",
"startDate": "2023-05-01",
"targeting": [
{
"dimensionName": "geography",
"dimensionType": "SINGLE",
"dimensionValue": "US"
},
{
"dimensionName": "frequencyThreshold",
"dimensionType": "SINGLE",
"dimensionValue": "2"
},
{
"dimensionName": "supplyPackage",
"dimensionType": "SINGLE",
"dimensionValue": "STV"
},
{
"dimensionName": "reachType",
"dimensionType": "SINGLE",
"dimensionValue": "INDIVIDUALS"
},
{
"dimensionName": "demographic",
"dimensionType": "SINGLE",
"dimensionValue": "M18_35"
},
{
"dimensionName": "audienceId",
"dimensionType": "SINGLE",
"dimensionValue": "123123123"
}
]
}curl --location 'https://www.amazon.com/ap/oa/mediaPlan/v2/historicalReachCurves' \
--header 'Amazon-Ads-AccountId: 2095123454329876' \
--header 'Amazon-Advertising-API-ClientId: amzn1.application-oa2-client.fakeClient1234567890' \
--header 'Amazon-Advertising-API-Scope: 123123123123123' \
--header 'Content-Type: application/json' \
--data '{
"endDate": "2023-05-31",
"startDate": "2023-05-01",
"targeting": [
{
"dimensionName": "geography",
"dimensionType": "SINGLE",
"dimensionValue": "US"
},
{
"dimensionName": "frequencyThreshold",
"dimensionType": "SINGLE",
"dimensionValue": "2"
},
{
"dimensionName": "supplyPackage",
"dimensionType": "SINGLE",
"dimensionValue": "STV"
},
{
"dimensionName": "reachType",
"dimensionType": "SINGLE",
"dimensionValue": "INDIVIDUALS"
},
{
"dimensionName": "demographic",
"dimensionType": "SINGLE",
"dimensionValue": "M18_35"
},
{
"dimensionName": "audienceId",
"dimensionType": "SINGLE",
"dimensionValue": "123123123"
}
]
}'{
"message": "The report is being generated.",
"reportId": "c571b6ec-ab2d-41eb-a38c-34b053ee1a1e",
"status": "PROCESSING"
}