How to map Adwords ConversionTracker fields to Google API ConversionActions

74 views
Skip to first unread message

Rachel Suddeth

unread,
Jan 14, 2022, 9:36:41 AM1/14/22
to Google Ads API and AdWords API Forum
I currently have code that uses ConversionTrackerService to retrieve (all the?) fields, and it's not clear to me how I can get the same information from the new ConversionActionService. I understand the new way is to query the GoogleAdsService, but mapping from old fields to new query fields is unclear in many cases. Current code from Adwords (python SDK) uses a selector with fields of 
---
'Id',
'OriginalConversionTypeId',
'Name',
'Status',
'Category',
'GoogleEventSnippet',
'GoogleGlobalSiteTag',
'DataDrivenModelStatus',
'ConversionTypeOwnerCustomerId',
'ViewthroughLookbackWindow',
'CtcLookbackWindow',
'CountingType',
'DefaultRevenueValue',
'DefaultRevenueCurrencyCode',
'AlwaysUseDefaultRevenueValue',
'ExcludeFromBidding',
'AttributionModelType',
'MostRecentConversionDate',
'LastReceivedRequestTime'
---
Is there anywhere I can find mapping from these fields to new Google Ads object, or know for sure if there's no equivalent?

Rachel Suddeth

unread,
Jan 14, 2022, 10:00:31 AM1/14/22
to Google Ads API and AdWords API Forum
The one that concerns me most is "OriginalConversionTypeId". I think we were actually using that, but I couldn't see an equivalent?

Otherwise, my best guess is
---
conversion_action.id,
conversion_action.type,
conversion_action.name,
conversion_action.status,
conversion_action.category,
conversion_action.tag_snippets,
customer.remarketing_setting.google_global_site_tag,
conversion_action.attribution_model_settings.data_driven_model_status,
conversion_action.owner_customer,
conversion_action.view_through_lookback_window_days,
conversion_action.click_through_lookback_window_days,
conversion_action.counting_type,
conversion_action.value_settings.default_value,
conversion_action.value_settings.default_currency_code,
conversion_action.value_settings.always_use_default_value,
conversion_action.primary_for_goal,
conversion_action.attribution_model_settings.attribution_model,
metrics.conversion_last_conversion_date,
metrics.conversion_last_received_request_date_time
---

Google Ads API Forum Advisor

unread,
Jan 16, 2022, 10:04:35 PM1/16/22
to rsud...@invoca.com, adwor...@googlegroups.com
Hi Rachel,

Thank you for reaching out.

You are correct that the ConversionTrackerService should map to the ConversionActionService of the new Google Ads API. You may also refer here, for more information on how to map AdWords API to Google Ads API services.

However, the OriginalConversionTypeId attribute does not appear to be supported in the Google Ads API's ConversionAction resource. That being said, if this attribute is currently supported in the Google Ads UI, you may provide our team with the UI screenshots containing the said attribute so our team can then create a feature request, subject for review, for its support. You may then provide your complete use case so we can include those in the request.

Should the screenshot contain your user / account information, you may then send the requested information 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.

Best regards,

Google Logo
Peter Laurence Napa Oliquino
Google Ads API Team
 


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