hi, I have already migrated to the latest version(V6), but the data I retrieved is not right. *Question* : I try to get uac account's user location data through this API(https://developers.google.com/google-ads/api/fields/v3/user_location_view), but I can only retrieve user location data of 16 countries. Is there any restrictions on api? I can get all data through UI. The code : SELECT campaign.id, user_location_view.country_criterion_id, segments.geo_target_county, segments.ad_network_type, segments.date, segments.device, metrics.clicks, metrics.cost_micros, metrics.ctr, metrics.impressions FROM user_location_view WHERE segments.date >= '2020-11-01' AND segments.date <= '2020-11-01' ;
On Monday, November 23, 2020 at 2:56:08 PM UTC+8 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. Since you are still using the deprecated v3 > <https://developers.google.com/google-ads/api/docs/sunset-dates>, I would > recommend that you consider migrating to the latest version > <https://developers.google.com/google-ads/api/docs/version-migration> to > keep updated on new features of the Google Ads API. > > Moving forward, so I can also investigate, could you provide your customer > ID and the complete request and response logs, along with the request ID? > > You may send the requested details using the *Reply privately to author* > option. > > Best regards, > > [image: Google Logo] > Peter Laurence Napa Oliquino > Google Ads API Team > > > ref:_00D1U1174p._5004Q27vOdt: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 [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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4414125b-319a-4508-9953-845b23139ff9n%40googlegroups.com.
