All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v9.resources.ConversionTrackingSettingOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v9/resources/customer.proto

package com.google.ads.googleads.v9.resources;

public interface ConversionTrackingSettingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.resources.ConversionTrackingSetting)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The conversion tracking id used for this account. This id is automatically
   * assigned after any conversion tracking feature is used. If the customer
   * doesn't use conversion tracking, this is 0. This field is read-only.
   * 
* * optional int64 conversion_tracking_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the conversionTrackingId field is set. */ boolean hasConversionTrackingId(); /** *
   * Output only. The conversion tracking id used for this account. This id is automatically
   * assigned after any conversion tracking feature is used. If the customer
   * doesn't use conversion tracking, this is 0. This field is read-only.
   * 
* * optional int64 conversion_tracking_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The conversionTrackingId. */ long getConversionTrackingId(); /** *
   * 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]; * @return Whether the crossAccountConversionTrackingId field is set. */ 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]; * @return The crossAccountConversionTrackingId. */ long getCrossAccountConversionTrackingId(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy