hi,
How can I get the Asset ID of the Headlines and Description from the
specific Responsive Search Ads?
Using the Ad Group Ad resource, I can only retrieve the actual text but not
the assetid:
e.g. Headlines : {[ { "text": "Experience the Stars" }, { "text": "Have new
adventures" } ]}
string query = $@"SELECT
ad_group.id,
ad_group_ad.ad.id,
ad_group_ad.ad.responsive_search_ad.descriptions,
ad_group_ad.ad.responsive_search_ad.headlines,
ad_group_ad.ad.responsive_display_ad.headlines,
ad_group_ad.ad.responsive_display_ad.descriptions
FROM ad_group_ad
WHERE ad_group.id = {AdGroupID}";
Using the Asset resource, Im not sure how I can retrieve assets per Ad
Group Id.
Please advise.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/36217ffb-c888-492e-b05a-696fe65aff06%40googlegroups.com.