GoogleAdsSearchads360V23ServicesConversionAdjustment class
A conversion adjustment.
Constructors
-
GoogleAdsSearchads360V23ServicesConversionAdjustment({String? adjustmentDateTime, String? adjustmentType, String? conversionAction, GoogleAdsSearchads360V23ServicesGclidDateTimePair? gclidDateTimePair, String? orderId, GoogleAdsSearchads360V23ServicesRestatementValue? restatementValue, String? userAgent, List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? userIdentifiers}) - GoogleAdsSearchads360V23ServicesConversionAdjustment.fromJson(Map json_)
Properties
- adjustmentDateTime ↔ String?
-
The date time at which the adjustment occurred.
getter/setter pair
- adjustmentType ↔ String?
-
The adjustment type.
Possible string values are:
getter/setter pair
- conversionAction ↔ String?
-
Resource name of the conversion action associated with this conversion
adjustment.
getter/setter pair
- gclidDateTimePair ↔ GoogleAdsSearchads360V23ServicesGclidDateTimePair?
-
For adjustments, uniquely identifies a conversion that was reported
without an order ID specified.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderId ↔ String?
-
The order ID of the conversion to be adjusted.
getter/setter pair
- restatementValue ↔ GoogleAdsSearchads360V23ServicesRestatementValue?
-
Information needed to restate the conversion's value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAgent ↔ String?
-
The user agent to enhance the original conversion.
getter/setter pair
-
userIdentifiers
↔ List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? -
The user identifiers to enhance the original conversion.
getter/setter pair
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