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"
}
'
ref:_00D1U1174p._5004Q2aPz3F:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/gWa_K000000000000000000000000000000000000000000000RBQ9E500-RlmjY1rQS2B7koK-X8eVw%40sfdc.net.
  • in... 'Dev Dev' via Google Ads API and AdWords API Forum
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... 'Matan Peleg' via Google Ads API and AdWords API Forum
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to