GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent class
Defines a Google conversion event that the conversion value is mapped to.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent({String? currencyCode, String? eventCounter, GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventEventOccurrenceRange? eventOccurrenceRange, GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventRevenueRange? eventRevenueRange, double? eventRevenueValue, String? mappedEventName})
- GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent.fromJson(Map json_)
Properties
- currencyCode ↔ String?
-
The reported currency for the event_revenue.
getter/setter pair
- eventCounter ↔ String?
-
For specific event counter values.
getter/setter pair
- eventOccurrenceRange ↔ GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventEventOccurrenceRange?
-
The event counter range.
getter/setter pair
- eventRevenueRange ↔ GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventRevenueRange?
-
The event revenue range.
getter/setter pair
- eventRevenueValue ↔ double?
-
The specific event revenue value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mappedEventName ↔ String?
-
Google event name represented by this conversion value.
getter/setter pair
- 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