AdjustAttributionType constructor

AdjustAttributionType({
  1. String? adid,
  2. String? trackerToken,
  3. String? trackerName,
  4. String? network,
  5. String? campaign,
  6. String? adgroup,
  7. String? creative,
  8. String? clickLabel,
  9. String? costType,
  10. double? costAmount,
  11. String? costCurrency,
  12. String? fbInstallReferrer,
  13. double? costInUsd,
  14. Map<String, String>? callbackParams,
  15. Map<String, String>? partnerParams,
})

Implementation

AdjustAttributionType({
  this.adid,
  this.trackerToken,
  this.trackerName,
  this.network,
  this.campaign,
  this.adgroup,
  this.creative,
  this.clickLabel,
  this.costType,
  this.costAmount,
  this.costCurrency,
  this.fbInstallReferrer,
  this.costInUsd,
  this.callbackParams,
  this.partnerParams,
});