Hi Çağatay, 

The report query should conform to the formal grammar provided here 
<https://developers.google.com/adwords/api/docs/guides/awql#formal_grammar>. 
Additionally, date, campaign, and adGroup are not valid fields for AdWords 
API reports. The list of all available fields in API reports is provided 
here 
<https://developers.google.com/adwords/api/docs/appendix/reports/all-reports>. 
Could you try using the report query provided below: 

string query = "SELECT Date, CampaignId, CampaignName, AdGroupId, 
AdGroupName, Impressions, Clicks, Cost FROM " +
"ADGROUP_PERFORMANCE_REPORT WHERE AdGroupStatus IN [ENABLED, PAUSED] " +
"DURING TODAY";

Regards,
Shwetha, 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/f1160077-e112-4dac-b03c-7b6e7ae2a024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Error: QueryErr... biuser
    • Re: Error:... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to