User Defined Conversion at Asset Level

41 views
Skip to first unread message

Christian Adam

unread,
Feb 10, 2023, 7:00:30 AM2/10/23
to Google Ads API and AdWords API Forum
Hi!

In https://developers.google.com/google-ads/api/fields/v11/ad_group_ad_asset_view we have conversions metrics like `metrics.all_conversions`.

Is there a way to tell if a specific asset was involved in a specific conversion?
Let's say I define a conversion called "SignUpSuccess". Is there a way to tell how many "sign up success conversions" an asset is related to? (In either this view, or other view, or any other Ads API way?)

Thanks!

Christian -

Google Ads API Forum Advisor

unread,
Feb 10, 2023, 1:54:17 PM2/10/23
to christian.a...@taxfix.de, adwor...@googlegroups.com
Hi Christian,

Thank you for raising this concern to the Google Ads API support team.

Regarding your concern, kindly note that the Google Ads API mirrors the Google Ads UI. Meaning, Google Ads API allows you to retrieve the same data you are seeing in the UI and manage it programmatically. Having said that, if this field/feature is available in the Google Ads UI, can you please provide the uncropped Google Ads UI screenshot showing this data so that our team can provide the accurate recommendations to you?

You may then send the requested logs via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.

Regards,
Google Logo
Carmela
Google Ads API Team
 


ref:_00D1U1174p._5004Q2iycpi:ref

Maximiliano Marelli

unread,
Feb 13, 2023, 5:59:41 AM2/13/23
to Google Ads API and AdWords API Forum
Hi, 

Following the same topic Christian asked and Carmela's answer, I've attached a screenshot of the Google Ads Console, showing a report made with exactly the information we'd like to retrieve from the Google Ads API, but we can't find the entities or views correct to obtain this information

Could you help us with this issue?

assets.png

Google Ads API Forum Advisor

unread,
Feb 13, 2023, 11:36:21 AM2/13/23
to maximiliano.ma...@taxfix.de, adwor...@googlegroups.com

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,

Google Logo
Yasar
Google Ads API Team
 


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