Class GoogleAdsSearchads360V0ResourcesConversionTrackingSetting
A collection of customer-wide settings related to Search Ads 360 Conversion Tracking.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesConversionTrackingSetting : IDirectResponseSchema
Properties
AcceptedCustomerDataTerms
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.
Declaration
[JsonProperty("acceptedCustomerDataTerms")]
public virtual bool? AcceptedCustomerDataTerms { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ConversionTrackingId
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.
Declaration
[JsonProperty("conversionTrackingId")]
public virtual long? ConversionTrackingId { get; set; }
Property Value
Type | Description |
---|---|
long? |
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.
Declaration
[JsonProperty("conversionTrackingStatus")]
public virtual string ConversionTrackingStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
CrossAccountConversionTrackingId
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.
Declaration
[JsonProperty("crossAccountConversionTrackingId")]
public virtual long? CrossAccountConversionTrackingId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnhancedConversionsForLeadsEnabled
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.
Declaration
[JsonProperty("enhancedConversionsForLeadsEnabled")]
public virtual bool? EnhancedConversionsForLeadsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GoogleAdsConversionCustomer
Output only. The resource name of the customer where conversions are created and managed. This field is read-only.
Declaration
[JsonProperty("googleAdsConversionCustomer")]
public virtual string GoogleAdsConversionCustomer { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleAdsCrossAccountConversionTrackingId
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.
Declaration
[JsonProperty("googleAdsCrossAccountConversionTrackingId")]
public virtual long? GoogleAdsCrossAccountConversionTrackingId { get; set; }
Property Value
Type | Description |
---|---|
long? |