ConversionTrackingSetting

  • The content provides information on customer-wide settings related to Google Ads Conversion Tracking.

  • Fields like accepted_customer_data_terms and enhanced_conversions_for_leads_enabled indicate the customer's acceptance of terms and opt-in status for enhanced conversions, inheriting values from a manager if using cross-account tracking.

  • conversion_tracking_status shows if the customer is using conversion tracking and who owns it, with the value potentially differing based on the login customer ID for cross-account tracking.

  • google_ads_conversion_customer is a read-only resource name for the customer where conversions are managed.

  • conversion_tracking_id and cross_account_conversion_tracking_id are read-only IDs related to tracking, where the latter is used for cross-account tracking and overrides the former when applicable.

A collection of customer-wide settings related to Google Ads Conversion Tracking.

Fields

accepted_customer_data_terms

bool

Output only. Whether the customer has accepted customer data terms. If using cross-account conversion tracking, this value is inherited from the manager. This field is read-only. For more information, see https://support.google.com/adspolicy/answer/7475709.

conversion_tracking_status

ConversionTrackingStatus

Output only. Conversion tracking status. It indicates whether the customer is using conversion tracking, and who is the conversion tracking owner of this customer. If this customer is using cross-account conversion tracking, the value returned will differ based on the login-customer-id of the request.

enhanced_conversions_for_leads_enabled

bool

Output only. Whether the customer is opted-in for enhanced conversions for leads. If using cross-account conversion tracking, this value is inherited from the manager. This field is read-only.

string

The resource name of the customer where conversions are created and managed. This field is read-only.

conversion_tracking_id

int64

Output only. The conversion tracking id used for this account. This id doesn't indicate whether the customer uses conversion tracking (conversion_tracking_status does). This field is read-only.

cross_account_conversion_tracking_id

int64

Output only. The conversion tracking id of the customer's manager. This is set when the customer is opted into cross account conversion tracking, and it overrides conversion_tracking_id. This field can only be managed through the Google Ads UI. This field is read-only.