Track ad revenue

Note:
This feature is only available for certain ad revenue sources. Check the class reference for a list of supported sources. This feature requires Adjust SDK v4.28.0 and later.

The Adjust SDK supports receiving ad revenue information from certain network partners. You can pass information recorded by the network partner's SDK to the Adjust SDK as a JSON object. To do this, call the Adjust.trackAdRevenue method:

Java
Adjust.trackAdRevenue(adjustAdRevenue);

The adjustAdRevenue represents an instance of the AdjustAdRevenue class. This is used to pass the ad revenue source and payload.

Important:
To use this feature, you will also need to perform some extra setup steps in your Adjust dashboard. Get in touch with our support team to make sure everything is set up before using this feature.