Hi there,

I'm fetching cities filtered by region, but cities are being returned that 
are not actually in that region. For example, requesting cities filtered by 
region Missouri (Region ID: 21157). 

All cities returned indeed have the region ID for Missouri in the result, 
but checking the cities themselves they are actually from random other 
states as well (e.g. Perry (State: Georgia), Hollister (State: California), 
Sheldon (State: Iowa), etc.). Plotting them all on a map, you get just an 
overview of the entire US rather than just the cities in Missouri:
[image: Screenshot 2020-10-08 at 11.12.48.png]

Request query:
SELECT CityCriteriaId,RegionCriteriaId,CountryCriteriaId,Impressions
FROM GEO_PERFORMANCE_REPORT 
WHERE RegionCriteriaId IN ["21157"]
DURING 20200901,20200929

Any help would be greatly appreciated!

Best,

Tiana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/d4121433-43fb-4c5b-b5df-5865820050bbn%40googlegroups.com.

Reply via email to