AdjustAttribution constructor
AdjustAttribution({
- required String? trackerToken,
- required String? trackerName,
- required String? network,
- required String? campaign,
- required String? adgroup,
- required String? creative,
- required String? clickLabel,
- required String? adid,
- required String? costType,
- required num? costAmount,
- required String? costCurrency,
- required String? fbInstallReferrer,
Implementation
AdjustAttribution({
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,
});