Fetching Images, Sitelinks and "More Asset Types" from Responsive Search Ad

46 views
Skip to first unread message

William Grigat

unread,
Oct 14, 2022, 6:14:44 PM10/14/22
to Google Ads API and AdWords API Forum

Hey everyone,


We're looking to complete the task of duplicating a responsive search ad through the google API. We're struggling in the copying of the RSAs assets types such as the callouts, images, call number and the other assets that can be associated with a specific ad.


We were able to get some of the stuff from that. Like Sitelinks , tracking_url_template, final_url_suffix, url_custom_parameters from the SearchGoogleAdsRequest service but unable to fetch the rest.


Is there currently a way to do this that we're missing?


Here is the query we are currently using:

SELECT
ad_group.id, ad_group_ad.ad.id,
ad_group_ad.ad.tracking_url_template,


ad_group_ad.ad.app_ad.images,
ad_group_ad.ad.legacy_responsive_display_ad.promo_text,
ad_group_ad.ad.responsive_display_ad.promo_text,


ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.path1, ad_group_ad.ad.responsive_search_ad.path2,
ad_group_ad.ad.responsive_search_ad.descriptions, ad_group_ad.ad.final_urls, ad_group_ad.ad.url_custom_parameters,
ad_group_ad.status
FROM ad_group_ad
WHERE ad_group_ad.status != "REMOVED"

Thanks!

Google Ads API Forum Advisor

unread,
Oct 17, 2022, 1:40:58 AM10/17/22
to wil...@flowin.so, adwor...@googlegroups.com
Hi William,

I hope you are doing fine. I am Carmela from the Google Ads API team. Thank you for reaching out.

Moving forward, you mentioned that you are able to get "like Sitelinks , tracking_url_template, final_url_suffix, url_custom_parameters from the SearchGoogleAdsRequest service but unable to fetch the rest". Having said that, kindly note that in order for you to get the RSAs assets, then you will need to use the ad_group_ad_asset_view report. You may also use this ad_group_ad_asset_view_query_builder which can help you build and validate your query.

Furthermore, if you're unable to see the expected data, then could you please provide the screenshot of the UI showing this data and the complete request and response logs with request ID and request header generated on your end. This information can be extracted when logging of API requests is enabled on your end after following this guide. Our team needs this information so that we can have a better view and can investigate this.

You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.

Regards,
Google Logo
Carmela
Google Ads API Team
 


ref:_00D1U1174p._5004Q2faCfj:ref
Reply all
Reply to author
Forward
0 new messages