AdjustAttribution class

The AdjustAttribution class contains details about the current attribution status of the device.

Properties

Any values that are not populated are returned as null.

Note:
Ad spend data (costType, costAmount, and costCurrency) is only available when the needsCost property on your AdjustConfig instance is set to true.
PropertyData typeDescription
adidStringThe unique Adjust ID assigned to the device.
networkStringThe name of the network to which the device is currently attributed.
adgroupStringThe name of the adgroup to which the device is currently attributed.
campaignStringThe name of the campaign to which the device is currently attributed.
creativeStringThe name of the creative to which the device is currently attributed.
clickLabelStringThe click label that the install is tagged with.
trackerNameStringThe name of the tracker to which the device is currently attributed.
trackerTokenStringThe token of the tracker to which the device is currently attributed.
costTypeStringThe campaign pricing model (e.g. cpi).
costAmountDoubleThe cost of the install.
costCurrencyStringThe three character ISO 4217 code of the currency associated with the cost.
fbInstallReferrerStringThe Facebook install referrer. Android only.