Re: Two questions regarding retrieving responsive search ad data

2022-10-26 Thread Stepanian
Actually, the ad_group_asset_view report accomplishes what I need. A query 
can include the asset.text_asset.text, which retrieves the headline or 
description text.

Thanks!

On Wednesday, October 26, 2022 at 12:08:21 PM UTC-7 Stepanian wrote:

> Hi Peter, 
>
> Thanks for the response. It is helpful.
>
> One follow-up question: These two reports return resource names and field 
> types (e.g. headline, description, etc.) for each asset. How can we know 
> which specific headline or description each asset is? The 
> headlines/descriptions lists returned in the ad_group_ad report do not have 
> resource names associated with each headline/description.
>
> Thank you.
>
> On Wednesday, October 26, 2022 at 10:54:01 AM UTC-7 adsapi wrote:
>
>> Hi Stepanian,
>>
>> You can check out the below reports, for reporting on the impressions 
>> associated to the Responsive Search Ad and its asset : 
>>
>>- ad_group_ad_asset_view 
>>
>> 
>>  
>>- ad_group_ad_asset_combination_view 
>>
>> 
>>  
>>
>> Let us know how this goes on your end.
>>
>> Best regards,
>>
>> [image: Google Logo] 
>> Peter Laurence 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2foDly:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/48e4fad1-8b32-48ef-9aeb-f10a012ec60bn%40googlegroups.com.


Re: Two questions regarding retrieving responsive search ad data

2022-10-26 Thread Stepanian
Hi Peter, 

Thanks for the response. It is helpful.

One follow-up question: These two reports return resource names and field 
types (e.g. headline, description, etc.) for each asset. How can we know 
which specific headline or description each asset is? The 
headlines/descriptions lists returned in the ad_group_ad report do not have 
resource names associated with each headline/description.

Thank you.

On Wednesday, October 26, 2022 at 10:54:01 AM UTC-7 adsapi wrote:

> Hi Stepanian,
>
> You can check out the below reports, for reporting on the impressions 
> associated to the Responsive Search Ad and its asset : 
>
>- ad_group_ad_asset_view 
>
> 
>  
>- ad_group_ad_asset_combination_view 
>
> 
>  
>
> Let us know how this goes on your end.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2foDly:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5aced3e6-455f-4eed-9d15-c9e30c39bd55n%40googlegroups.com.


Re: Two questions regarding retrieving responsive search ad data

2022-10-26 Thread Stepanian
Hi Sherwin, 

Thank you for your response. 

In the query you specified, it appears the impressions number we would get 
would be applicable to the entire ad not to the specific headlines and 
descriptions, isn't that correct? I need the impressions for each 
individual headline and description. How would I accomplish that?

Thanks.

On Wednesday, October 26, 2022 at 12:41:08 AM UTC-7 adsapi wrote:

> Hi Stepanian,
>
> Thank you for reaching us out. I am Sherwin from Google Ads API support 
> team. I hope that you are doing well today.
>
> We are glad that you've found the answer to your second question. Now let 
> me try to answer your question number 1 about *how to get the number of 
> impressions for each individual description and headline associated with a 
> responsive search ad*? You can get it by using the ad_group_ad 
>  report. 
> You may include ad_group_ad.ad.responsive_search_ad.descriptions 
> 
> , ad_group_ad.ad.responsive_search_ad.headlines 
> 
> , metrics.impressions 
> 
>  in 
> the "*FROM*" clause. And then you should include the ad_group_ad.ad.type 
> 
>  and 
> select the RESPONSIVE_SEARCH_AD in the "*WHERE*" clause. You may use this 
> GAQL 
> 
>  to 
> create a query.
>
> Please let us know if this works on your end.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2foDly:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c13536e3-fd76-4b5f-9f04-0efdebf6700an%40googlegroups.com.


Re: Two questions regarding retrieving responsive search ad data

2022-10-25 Thread Stepanian
I found the answer to my second question. That data can be retrieved using 
the following report:

https://developers.google.com/google-ads/api/fields/v11/recommendation

*I still need an answer to my first question.*

Thanks.

On Tuesday, October 25, 2022 at 8:57:41 PM UTC-7 Stepanian wrote:

> Hi, I have two questions regarding retrieving responsive search ad data 
> through the Ads API using a report, endpoint or any other programmatic 
> method:
>
>1. Is there a way to get the number of impressions for each individual 
>description and headline associated with a responsive search ad?
>2. Is there a way to get a list of the recommendations for 
>descriptions and headlines for a specific responsive search ad?
>
> Thanks!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/168592f6-ca4a-4a4b-8aa0-b0601a6dba70n%40googlegroups.com.


Two questions regarding retrieving responsive search ad data

2022-10-25 Thread Stepanian
Hi, I have two questions regarding retrieving responsive search ad data 
through the Ads API using a report, endpoint or any other programmatic 
method:

   1. Is there a way to get the number of impressions for each individual 
   description and headline associated with a responsive search ad?
   2. Is there a way to get a list of the recommendations for descriptions 
   and headlines for a specific responsive search ad?

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1722b4b0-c341-42be-ae91-a74e8e41e657n%40googlegroups.com.