Interface ConversionTrackingSettingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConversionTrackingSetting, ConversionTrackingSetting.Builder

public interface ConversionTrackingSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasConversionTrackingId

      boolean hasConversionTrackingId()
       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.
       
      optional int64 conversion_tracking_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the conversionTrackingId field is set.
    • getConversionTrackingId

      long getConversionTrackingId()
       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.
       
      optional int64 conversion_tracking_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The conversionTrackingId.
    • hasCrossAccountConversionTrackingId

      boolean hasCrossAccountConversionTrackingId()
       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.
       
      optional int64 cross_account_conversion_tracking_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the crossAccountConversionTrackingId field is set.
    • getCrossAccountConversionTrackingId

      long getCrossAccountConversionTrackingId()
       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.
       
      optional int64 cross_account_conversion_tracking_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The crossAccountConversionTrackingId.
    • getAcceptedCustomerDataTerms

      boolean getAcceptedCustomerDataTerms()
       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.
       
      bool accepted_customer_data_terms = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The acceptedCustomerDataTerms.
    • getConversionTrackingStatusValue

      int getConversionTrackingStatusValue()
       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.
       
      .google.ads.googleads.v18.enums.ConversionTrackingStatusEnum.ConversionTrackingStatus conversion_tracking_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for conversionTrackingStatus.
    • getConversionTrackingStatus

       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.
       
      .google.ads.googleads.v18.enums.ConversionTrackingStatusEnum.ConversionTrackingStatus conversion_tracking_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The conversionTrackingStatus.
    • getEnhancedConversionsForLeadsEnabled

      boolean getEnhancedConversionsForLeadsEnabled()
       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.
       
      bool enhanced_conversions_for_leads_enabled = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enhancedConversionsForLeadsEnabled.
    • getGoogleAdsConversionCustomer

      String getGoogleAdsConversionCustomer()
       Output only. The resource name of the customer where conversions are
       created and managed. This field is read-only.
       
      string google_ads_conversion_customer = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The googleAdsConversionCustomer.
    • getGoogleAdsConversionCustomerBytes

      com.google.protobuf.ByteString getGoogleAdsConversionCustomerBytes()
       Output only. The resource name of the customer where conversions are
       created and managed. This field is read-only.
       
      string google_ads_conversion_customer = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for googleAdsConversionCustomer.