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 (costAmount, costCurrency, and costType) 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.
adgroupStringThe name of the adgroup to which the device is currently attributed.
campaignStringThe name of the campaign to which the device is currently attributed.
clickLabelStringThe click label that the install is tagged with.
costAmountDoubleThe cost of the install.
costCurrencyStringThe three character ISO 4217 code of the currency associated with the cost.
costTypeStringThe campaign pricing model (For example: cpi).
creativeStringThe name of the creative to which the device is currently attributed.
networkStringThe name of the network to which the device is currently attributed.
trackerNameStringThe name of the tracker to which the device is currently attributed.
trackerTokenStringThe token of the tracker to which the device is currently attributed.
fbInstallReferrerString(Android only) The Facebook install referrer.