RE: Reporting at Customer / Campaign level, but NOT at ad/ad_group levels

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Jesse,

Thank you for reaching out to us. Could you provide the clientCustomerId so
I could further investigate this on my end? Please use the *reply privately
to author* option.

Regards,
Dave
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/08/19 06:12:58 jesse.man...@gmail.com wrote:

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.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/18i2c100ghd424ut2ux6gmj8dhi6so30c1g68r3cc1j%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Reporting at Customer / Campaign level, but NOT at ad/ad_group levels

2019-05-07 Thread Jesse Manuel
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.