AdTraceAttribution constructor

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

Implementation

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