Conversion class Null safety
A Conversion represents when a user successfully performs a desired action after seeing an ad.
Constructors
-
Conversion({bool? childDirectedTreatment, List<
CustomFloodlightVariable> ? customVariables, String? dclid, String? encryptedUserId, List<String> ? encryptedUserIdCandidates, String? floodlightActivityId, String? floodlightConfigurationId, String? gclid, String? impressionId, String? kind, bool? limitAdTracking, String? matchId, String? mobileDeviceId, bool? nonPersonalizedAd, String? ordinal, String? quantity, String? timestampMicros, bool? treatmentForUnderage, double? value}) - Conversion.fromJson(Map json_)
Properties
- childDirectedTreatment ↔ bool?
-
Whether this particular request may come from a user under the age of 13,
under COPPA compliance.
read / write
-
customVariables
↔ List<
CustomFloodlightVariable> ? -
Custom floodlight variables.
read / write
- dclid ↔ String?
-
The display click ID.
read / write
- encryptedUserId ↔ String?
-
The alphanumeric encrypted user ID.
read / write
-
encryptedUserIdCandidates
↔ List<
String> ? -
A list of the alphanumeric encrypted user IDs.
read / write
- floodlightActivityId ↔ String?
-
Floodlight Activity ID of this conversion.
read / write
- floodlightConfigurationId ↔ String?
-
Floodlight Configuration ID of this conversion.
read / write
- gclid ↔ String?
-
The Google click ID.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- impressionId ↔ String?
-
The impression ID.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- limitAdTracking ↔ bool?
-
Whether Limit Ad Tracking is enabled.
read / write
- matchId ↔ String?
-
The match ID field.
read / write
- mobileDeviceId ↔ String?
-
The mobile device ID.
read / write
- nonPersonalizedAd ↔ bool?
-
Whether the conversion was for a non personalized ad.
read / write
- ordinal ↔ String?
-
The ordinal of the conversion.
read / write
- quantity ↔ String?
-
The quantity of the conversion.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- timestampMicros ↔ String?
-
The timestamp of conversion, in Unix epoch micros.
read / write
- treatmentForUnderage ↔ bool?
-
Whether this particular request may come from a user under the age of 16
(may differ by country), under compliance with the European Union's
General Data Protection Regulation (GDPR).
read / write
- value ↔ double?
-
The value of the conversion.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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