Here is where I am hitting a wall on the Google API - 

Of the levels to get data on an account:
- Customer/Account
- Campaign
- Ad_group
- Ad_group_ad

I am trying to pull impression / click / conversion counts (to test)

To get this information, I am running the following campaign-level query 
via the PHP api library:

*SELECT*
*   metrics.impressions,*
*   metrics.clicks,*
*   metrics.conversions*
*FROM*
*  campaign*

This query *successfully* returns results (and works fine at the 
customer-level too!): 

*    [0] => Array*
*        (*
*            [impressions] => 36315*
*            [conversions] => 24*
*            [clicks] => 152*
*        )*

*    [1] => Array*
*        (....*

*BUT* I need this information ad the *ad_group_ad* (ad) level, so I am 
running this query:

*SELECT*
*   metrics.impressions,*
*   metrics.clicks,*
*   metrics.conversions*
*FROM*
*  ad_group_ad*

That seems to return nothing (the same is true for the 'ad_group' level):

Array
(
)

So my question is this: Why am I unable to access any metrics info below 
the campaign level (ad_group, ad_group_ad)? Am I doing something wrong? 
Should I do it another way?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/eadce590-2ae6-4487-b90d-290664ffe2f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Reporti... Jesse Manuel
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to