AdIdentifiers constructor

AdIdentifiers({
  1. String? dclid,
  2. List<EncryptedUserId>? encryptedUserIds,
  3. String? gbraid,
  4. String? gclid,
  5. String? impressionId,
  6. DeviceInfo? landingPageDeviceInfo,
  7. String? matchId,
  8. String? mobileDeviceId,
  9. String? sessionAttributes,
  10. String? wbraid,
})

Implementation

AdIdentifiers({
  this.dclid,
  this.encryptedUserIds,
  this.gbraid,
  this.gclid,
  this.impressionId,
  this.landingPageDeviceInfo,
  this.matchId,
  this.mobileDeviceId,
  this.sessionAttributes,
  this.wbraid,
});