I have been using this query for several weeks and now I'm not getting any 
data for the object campaign_criterion.proximity.address 

We have been using zip code targeting and just recently added some new 
campaigns that use geo_point. Both the zipcode and geo_point was appearing 
in the return but now only the geo_point data comes back.

The returned rows still show the criterion ID's and if I pull the data from 
Google Ads Directly I can match the ID's up to a zip code.
SELECT
          customer.manager,
          customer.id,
          campaign.id,
          campaign_criterion.criterion_id,
          customer.test_account,
          customer.status,
          campaign.name,
          campaign.status,
          campaign_criterion.type,
          customer.resource_name,
          campaign_criterion.campaign,
          campaign.campaign_budget,
          campaign_criterion.proximity.radius_units,
          campaign_criterion.proximity.radius,
          campaign_criterion.proximity.geo_point.longitude_in_micro_degrees,
          campaign_criterion.proximity.geo_point.latitude_in_micro_degrees,
          campaign_criterion.proximity.address.street_address,
          campaign_criterion.proximity.address.province_name,
          campaign_criterion.proximity.address.province_code,
          campaign_criterion.proximity.address.country_code,
          campaign_criterion.proximity.address.postal_code,
          campaign_criterion.proximity.address.city_name,
          metrics.cost_micros
        FROM location_view
        WHERE segments.date DURING LAST_7_DAYS
  AND campaign.status = 'ENABLED'


Any assistance would be really helpful.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/82853451-5ce2-49e0-a75a-e7b7b6d7a1e9n%40googlegroups.com.

Reply via email to