Track Admost ad revenue

With Adjust's Admost integration, you can see near real-time impression-level revenue data. This helps you optimize your paid user acquisiton campaigns with granular and actionable data insights. With this SDK-to-SDK integration, you can send unaggregated, impression-level ad revenue data to your BI or cloud storage system.

Growth solution:
Ad Revenue reporting is available as an Adjust Growth Solution. To get Ad Revenue reporting on your account, contact sales@adjust.com.

Before you begin

Here's what you need to know before getting started.

SDK Requirements

To use this feature, you first need to download and set up the Adjust SDK for your platform.

PlatformRequired SDK version
Androidv4.28.5 and above.
iOSv4.29.6 and above.
Unityv4.29.5 and above.

Set up ad revenue tracking with Admost

Adjust offers an SDK-to-SDK integration with Admost (available in the Adjust and the Admost SDKs). 

For developer instructions, see Admost SDK integration.

Export your ad revenue data

There are two ways to export your ad revenue data:

To export impression-level ad revenue data, append placeholders to your callback strings or include them in your CSV definition:

Adjust placeholderValue delivered
{revenue_float}Revenue in whole currency units, as reported by the Adjust SDK
{revenue}Revenue in cents, as reported by the Adjust SDK
{currency}Original ISO 4217 currency code reported by the Adjust SDK
{revenue_usd}Revenue in US dollars
{revenue_usd_cents}Revenue in US cents
{reporting_currency}Revenue in whole currency units, as reported in the Adjust dashboard
{ad_impressions_count}Number of mobile ads served to end users
{ad_revenue_network}Ad network that displayed the ad
{ad_revenue_unit}Ad unit that generated the revenue
{ad_revenue_placement}User placement as defined on the platform
{ad_mediation_platform}Mediation platform name
{ad_revenue_payload}Impression-level revenue data (ILRD) as a JSON

FAQs

How do I receive device-level ad revenue data?