AdjustAttributionType constructor
AdjustAttributionType({
- String? adid,
- String? trackerToken,
- String? trackerName,
- String? network,
- String? campaign,
- String? adgroup,
- String? creative,
- String? clickLabel,
- String? costType,
- double? costAmount,
- String? costCurrency,
- String? fbInstallReferrer,
- double? costInUsd,
- Map<
String, String> ? callbackParams, - 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,
});