Hi Matan,
The
geo_target_constant report lists DMA Regions, while we
don't have a CSV file of DMA regions.
Here's a sample REST DMA location criteria creation as an array of operations, I just used this in my test account:
curl -i --request POST https://googleads.googleapis.com/v10/customers/<OPERATING_CUSTOMER_PLACEHOLDER>/campaignCriteria:mutate \
--header "Content-Type: application/json" \
--header "login-customer-id: <LOGIN_CUSTOMER_ID_PLACEHOLDER>" \
--header "developer-token: <DEVELOPER_TOKEN_PLACEHOLDER>" \
--header "Authorization: Bearer <ACCESS_TOKEN_PLACEHOLDER>" \
--data '{
"operations": [
{
"create": {
"campaign": "customers/<OPERATING_CUSTOMER_PLACEHOLDER>/campaigns/16252085032",
"location": {
"geoTargetConstant": "geoTargetConstants/200501",
},
},
},
{
"create": {
"campaign": "customers/<OPERATING_CUSTOMER_PLACEHOLDER>/campaigns/16252085032",
"location": {
"geoTargetConstant":"geoTargetConstants/200531",
},
},
},
],
"responseContentType": "MUTABLE_RESOURCE"
}
'
Regards,
 |
Aryeh |
Google Ads API Team |
|
|
|

ref:_00D1U1174p._5004Q2aqnA4:ref