Re: Is there a way to do this? attached image

2018-01-18 Thread Ken Dan Tinio
Yes, thanks for helping me out! :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Is there a way to do this? attached image

2018-01-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I'm glad that your issue has been resolved. Feel free to write back to us if you have any other questions. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Is there a way to do this? attached image

2018-01-17 Thread Ken Dan Tinio
I already solved my problem. Here is what I did. // Create report query to get the data for last 7 days. $reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, ' . 'Impressions, Clicks, Cost FROM CRITERIA_PERFORMANCE_REPORT ' . 'WHERE

Re: Is there a way to do this? attached image

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I see that you're trying to pull the report at the campaign level with one row per campaign by querying for the specific ad groups. I'm afraid, there is no direct way to pull a report with these fields through the API. The closest we have is the AdGroup Performance Report

Is there a way to do this? attached image

2018-01-09 Thread kendan
*Is the above image possible in Google Adwords API in PHP? Probably using AWQL?* -- --