Hi,

I would recommend you to follow prerequisites on enhanced conversions setup. In 
order to retrieve information about your conversion tracking setup. You can 
check your account's conversion tracking setup and confirm conversion tracking 
is enabled by querying the Customer resource for the ConversionTrackingSetting 
by the following query with GoogleAdsService.SearchStream:

SELECT
  customer.conversion_tracking_setting.google_ads_conversion_customer,
  customer.conversion_tracking_setting.conversion_tracking_status,
  customer.conversion_tracking_setting.conversion_tracking_id,
  customer.conversion_tracking_setting.cross_account_conversion_tracking_id
FROM customer

Also, you must accept the customer data terms before you use enhanced 
conversions for the web. You can verify whether the customer data terms have 
been accepted by the following query.

SELECT
  customer.id,
  customer.conversion_tracking_setting.accepted_customer_data_terms
FROM customer

You can utilize the Google Ads Query Builder and Query Validator to build and 
validate the queries for retrieving the data from the Google Ads API.

In order to measure conversions, set up a ConversionAction for the type of 
conversion action you want to track. I would recommend you to check this guide 
on how to Create Conversion Actions for more information.

This message is in relation to case "ref:!00D1U01174p.!5004Q02s09ug:ref" 
(ADR-00228300)

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ewTj0000000000000000000000000000000000000000000000SAWCTZ00gufK9W3RRT2yzZWdBqCwvw%40sfdc.net.
  • Se... Andrew Wirtz
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Andrew Wirtz
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to