Hi Zhen,

For Geo Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report>,
 
you need to include the CountryCriteriaId 
<https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report#countrycriteriaid>
 as 
one of your reporting fields so it won't generate an AdWordsReportError. 
You can do something like this in your report query:

report_query = ('SELECT CampaignId,  *CountryCriteriaId*, Impressions FROM 
GEO_PERFORMANCE_REPORT ')

Let me know if the issue persists after doing the suggestion.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/026f5185-0f81-4002-b3ba-50f2ac92ac6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to