{
"commonTargets": [
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "111",
"groupId": "1",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "112",
"groupId": "1",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "122",
"groupId": "2",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"audienceTarget": {
"audienceId": "21",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"audienceTarget": {
"audienceId": "22",
"targetType": "AUDIENCE"
}
}
}
],
"reachForecasts": [
{
"advertisedProductCategoryIds": [
"335417915575420049"
],
"countryCode": "US",
"deliveryType": "GUARANTEED",
"endDate": "2025-12-26",
"reachType": "HOUSEHOLDS",
"startDate": "2025-12-12",
"supplyPackage": [
"DSP_STREAMING_TV"
],
"targets": [
{
"negative": "true",
"targetDetails": {
"contentRatingTarget": {
"contentRatingDetails": {
"dspContentRating": "SUITABLE_FOR_ALL_AUDIENCES"
},
"contentRatingType": "DSP_CONTENT_RATING",
"targetType": "CONTENT_RATING"
}
}
}
]
},
{
"advertisedProductCategoryIds": [
"335417915575420049"
],
"countryCode": "US",
"deliveryType": "GUARANTEED",
"endDate": "2025-12-26",
"frequencyCap": {
"maxImpressions": "1",
"timeUnit": "DAYS",
"timeUnitCount": "1",
"type": "CUSTOM"
},
"reachType": "HOUSEHOLDS",
"startDate": "2025-12-12",
"supplyPackage": [
"DSP_TWITCH_VIDEO"
],
"targets": [
{
"negative": "true",
"targetDetails": {
"deviceTarget": {
"deviceType": "MOBILE",
"targetType": "DEVICE"
}
}
}
]
}
]
}curl --location 'https://www.amazon.com/ap/oa/mediaPlan/v1/reachForecasts' \
--header 'Amazon-Ads-AccountId;' \
--header 'Amazon-Ads-Manager-AccountId;' \
--header 'Amazon-Advertising-API-ClientId: amzn1.application-oa2-client.fakeClient1234567890' \
--header 'Amazon-Advertising-API-Scope: 123123123123123' \
--header 'Content-Type: application/json' \
--data '{
"commonTargets": [
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "111",
"groupId": "1",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "112",
"groupId": "1",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "122",
"groupId": "2",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"audienceTarget": {
"audienceId": "21",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"audienceTarget": {
"audienceId": "22",
"targetType": "AUDIENCE"
}
}
}
],
"reachForecasts": [
{
"advertisedProductCategoryIds": [
"335417915575420049"
],
"countryCode": "US",
"deliveryType": "GUARANTEED",
"endDate": "2025-12-26",
"reachType": "HOUSEHOLDS",
"startDate": "2025-12-12",
"supplyPackage": [
"DSP_STREAMING_TV"
],
"targets": [
{
"negative": "true",
"targetDetails": {
"contentRatingTarget": {
"contentRatingDetails": {
"dspContentRating": "SUITABLE_FOR_ALL_AUDIENCES"
},
"contentRatingType": "DSP_CONTENT_RATING",
"targetType": "CONTENT_RATING"
}
}
}
]
},
{
"advertisedProductCategoryIds": [
"335417915575420049"
],
"countryCode": "US",
"deliveryType": "GUARANTEED",
"endDate": "2025-12-26",
"frequencyCap": {
"maxImpressions": "1",
"timeUnit": "DAYS",
"timeUnitCount": "1",
"type": "CUSTOM"
},
"reachType": "HOUSEHOLDS",
"startDate": "2025-12-12",
"supplyPackage": [
"DSP_TWITCH_VIDEO"
],
"targets": [
{
"negative": "true",
"targetDetails": {
"deviceTarget": {
"deviceType": "MOBILE",
"targetType": "DEVICE"
}
}
}
]
}
]
}'{
"error": [],
"success": [
{
"index": "0",
"reachForecast": {
"avgCpm": "20",
"countryCode": "US",
"creationDateTime": "2024-06-01T23:36:09.973Z",
"currencyCode": "USD",
"dataPoints": [
{
"impressions": "14000",
"reach": "11000",
"spend": "280000"
},
{
"impressions": "16000",
"reach": "12000",
"spend": "320000"
}
],
"maxCpm": "40",
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4",
"status": "SUCCESS"
}
},
{
"index": "1",
"reachForecast": {
"avgCpm": "13",
"countryCode": "US",
"creationDateTime": "2024-06-01T23:36:12.103Z",
"currencyCode": "USD",
"dataPoints": [
{
"impressions": "14000",
"reach": "10000",
"spend": "182000"
},
{
"impressions": "16000",
"reach": "12000",
"spend": "208000"
}
],
"maxCpm": "30",
"reachForecastId": "36e8f956-7126-4c12-3792-1ae1d372ef9c",
"status": "SUCCESS"
}
}
]
}