GoogleAdsSearchads360V23ResourcesConversionTrackingSetting class
A collection of customer-wide settings related to Search Ads 360 Conversion Tracking.
Constructors
- GoogleAdsSearchads360V23ResourcesConversionTrackingSetting({bool? acceptedCustomerDataTerms, String? conversionTrackingId, String? conversionTrackingStatus, String? crossAccountConversionTrackingId, bool? enhancedConversionsForLeadsEnabled, String? googleAdsConversionCustomer, String? googleAdsCrossAccountConversionTrackingId})
- GoogleAdsSearchads360V23ResourcesConversionTrackingSetting.fromJson(Map json_)
Properties
- acceptedCustomerDataTerms ↔ bool?
-
Whether the customer has accepted customer data terms.
getter/setter pair
- conversionTrackingId ↔ String?
-
The conversion tracking id used for this account.
getter/setter pair
- conversionTrackingStatus ↔ String?
-
Conversion tracking status.
getter/setter pair
- crossAccountConversionTrackingId ↔ String?
-
The conversion tracking id of the customer's manager.
getter/setter pair
- enhancedConversionsForLeadsEnabled ↔ bool?
-
Whether the customer is opted-in for enhanced conversions for leads.
getter/setter pair
- googleAdsConversionCustomer ↔ String?
-
The resource name of the customer where conversions are created and
managed.
getter/setter pair
- googleAdsCrossAccountConversionTrackingId ↔ String?
-
The conversion tracking id of the customer's manager.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited