Hi Maximiliano, I work with Carmela. Thanks for getting back to us with that screenshot.
You may use segment.conversion_action field to the ad_group_ad_asset_view report to get the assets data linked with the Ads. This field will give you the Resource name of the conversion action. Then you may send a separate API request to the conversion_action report to get the name of the given resource name of the conversion action. Also, if you are looking to get the asset based exenstions attached to campaign, then you may use the campaign_asset report. SELECT segments.conversion_action_category, segments.conversion_action_name, segments.conversion_action FROM campaign_asset Similarly, you may use ad_group_asset for the asset based exenstions attached to ad_group level. SELECT segments.conversion_action, segments.conversion_action_category FROM ad_group_asset Let us know if this helps. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2iycpi: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 [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 "Google Ads API and AdWords 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/XuNaH000000000000000000000000000000000000000000000RQ124100xaR8ayiwRYegHbBvn2eO1Q%40sfdc.net.
