AdjustAttribution constructor

AdjustAttribution({
  1. String? trackerToken,
  2. String? trackerName,
  3. String? network,
  4. String? campaign,
  5. String? adgroup,
  6. String? creative,
  7. String? clickLabel,
  8. String? costType,
  9. num? costAmount,
  10. String? costCurrency,
  11. String? fbInstallReferrer,
})

Implementation

AdjustAttribution({
  this.trackerToken,
  this.trackerName,
  this.network,
  this.campaign,
  this.adgroup,
  this.creative,
  this.clickLabel,
  this.costType,
  this.costAmount,
  this.costCurrency,
  this.fbInstallReferrer,
});