Conversion constructor
Conversion({
- String? adUserDataConsent,
- 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,
- List<
UserIdentifier> ? userIdentifiers, - double? value,
Implementation
Conversion({
this.adUserDataConsent,
this.childDirectedTreatment,
this.customVariables,
this.dclid,
this.encryptedUserId,
this.encryptedUserIdCandidates,
this.floodlightActivityId,
this.floodlightConfigurationId,
this.gclid,
this.impressionId,
this.kind,
this.limitAdTracking,
this.matchId,
this.mobileDeviceId,
this.nonPersonalizedAd,
this.ordinal,
this.quantity,
this.timestampMicros,
this.treatmentForUnderage,
this.userIdentifiers,
this.value,
});