GoogleAdsSearchads360V23ServicesClickConversionResult class
Identifying information for a successfully processed ClickConversion.
Constructors
-
GoogleAdsSearchads360V23ServicesClickConversionResult({String? conversionAction, String? conversionDateTime, String? gbraid, String? gclid, List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? userIdentifiers, String? wbraid}) - GoogleAdsSearchads360V23ServicesClickConversionResult.fromJson(Map json_)
Properties
- conversionAction ↔ String?
-
Resource name of the conversion action associated with this conversion.
getter/setter pair
- conversionDateTime ↔ String?
-
The date time at which the conversion occurred.
getter/setter pair
- gbraid ↔ String?
-
The URL parameter for clicks associated with app conversions.
getter/setter pair
- gclid ↔ String?
-
The Google Click ID (gclid) associated with this conversion.
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
-
userIdentifiers
↔ List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? -
The user identifiers associated with this conversion.
getter/setter pair
- wbraid ↔ String?
-
The URL parameter for clicks associated with web conversions.
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