View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionTrackingSetting (google_api_search_ads360 v0.8.0)

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

Attributes

  • acceptedCustomerDataTerms (type: boolean(), default: nil) - 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.
  • conversionTrackingId (type: String.t, default: nil) - 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.
  • conversionTrackingStatus (type: String.t, default: nil) - 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.
  • crossAccountConversionTrackingId (type: String.t, default: nil) - 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.
  • enhancedConversionsForLeadsEnabled (type: boolean(), default: nil) - 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.
  • googleAdsConversionCustomer (type: String.t, default: nil) - Output only. The resource name of the customer where conversions are created and managed. This field is read-only.
  • googleAdsCrossAccountConversionTrackingId (type: String.t, default: nil) - Output only. The conversion tracking id of the customer's manager. This is set when the customer is opted into conversion tracking, and it overrides conversion_tracking_id. This field can only be managed through the Google Ads UI. This field is read-only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionTrackingSetting{
    acceptedCustomerDataTerms: boolean() | nil,
    conversionTrackingId: String.t() | nil,
    conversionTrackingStatus: String.t() | nil,
    crossAccountConversionTrackingId: String.t() | nil,
    enhancedConversionsForLeadsEnabled: boolean() | nil,
    googleAdsConversionCustomer: String.t() | nil,
    googleAdsCrossAccountConversionTrackingId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.