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 
<https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report>,
 
which included statistics with one row per AdGroup. You will be able to 
query for the specific ad groups and retrieve their CampaignId and 
CampaignName. Please find a sample report query below for the same:

"SELECT CampaignId, CampaignName, AdGroupId, AdGroupName FROM 
ADGROUP_PERFORMANCE_REPORT WHERE AdGroupId = 47340428352"

Please note that this query will only return the Campaign row associated 
with that ad group. 

Regards,
Bharani, AdWords API Team

On Tuesday, January 9, 2018 at 6:35:20 AM UTC-5, ken...@blvnp.com wrote:
>
>
> <https://lh3.googleusercontent.com/-gw7elAwboS4/WlSoqx1lSgI/AAAAAAAAABw/i_FvYu0_89kf3688_NRmJqbBwRF-sGMeACLcBGAs/s1600/Screen%2BShot%2B2018-01-09%2Bat%2B7.33.27%2BPM.png>
>
>
>
>
>
> *Is the above image possible in Google Adwords API in PHP? Probably using 
> AWQL?*
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cb149cc1-e965-4582-8ac6-46418c0df002%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to