Skip to content

Commit 6219764

Browse files
committed
update readme
1 parent 80f1c9a commit 6219764

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,11 @@ The callback function will be called when the SDK receives final attribution dat
648648
- `string creative` the creative grouping level of the current attribution
649649
- `string clickLabel` the click label of the current attribution
650650
- `string adid` the Adjust device identifier
651+
- `string costType` the cost type string
652+
- `double? costAmount` the cost amount
653+
- `string costCurrency` the cost currency string
654+
655+
**Note**: The cost data - `costType`, `costAmount` & `costCurrency` are only available when configured in `AdjustConfig` by calling `setNeedsCost` method. If not configured or configured, but not being part of the attribution, these fields will have value `null`. This feature is available in SDK v4.24.0 and above.
651656

652657
### <a id="ad-ad-revenue"></a>Ad revenue tracking
653658

0 commit comments

Comments
 (0)