Skip to main content

Ironsource

Start sending impression-level revenue data (ILRD) to GameAnalytics from Ironsource.

First make sure you have integrated Ironsource correctly. You can find more information on this here.

Below example illustrates generating impression events using Unity SDK. Head out to our integration guides for similar methods in our other SDKs

To use impression data from Ironsource add the following code inside the Start function and the SDK will then automatically send the impression events for you:

void Start ()
{
// ... code
GameAnalyticsILRD.SubscribeIronSourceImpressions();
}