AppMetricaExternalAttribution.adjust constructor
AppMetricaExternalAttribution.adjust({})
Creates Adjust implementation of AppMetricaExternalAttribution.
Implementation
AppMetricaExternalAttribution.adjust({
String? trackerToken,
String? trackerName,
String? network,
String? campaign,
String? adgroup,
String? creative,
String? clickLabel,
String? adid,
String? costType,
num? costAmount,
String? costCurrency,
String? fbInstallReferrer
})
: _source = "adjust",
_data = {
"trackerToken": trackerToken,
"trackerName": trackerName,
"network": network,
"campaign": campaign,
"adgroup": adgroup,
"creative": creative,
"clickLabel": clickLabel,
"adid": adid,
"costType": costType,
"costAmount": costAmount,
"costCurrency": costCurrency,
"fbInstallReferrer": fbInstallReferrer,
};