Skip to content

Commit

Permalink
Merge pull request #101 from tenjin/readme-ironsource
Browse files Browse the repository at this point in the history
Updated Readme with Ironsource documentation
  • Loading branch information
akarsh-tenjin committed Mar 10, 2022
2 parents ac09b06 + 443aa47 commit 749a564
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The native iOS SDK for Tenjin. To learn more about Tenjin and our product offeri
- [Impression Level Ad Revenue Integration](#ilrd)
- [Tenjin + MoPub Impression Level Ad Revenue Integration](#mopub)
- [Tenjin + AppLovin Impression Level Ad Revenue Integration](#applovin)
- [Tenjin + IronSource Impression Level Ad Revenue Integration](#ironsource)

# <a id="sdk-integration"></a> SDK Integration

Expand Down Expand Up @@ -424,6 +425,7 @@ This data will appear within DataVault where you will be able to run reports usi
Tenjin supports the ability to integrate with the Impression Level Ad Revenue (ILRD) feature from,
- MoPub
- AppLovin
- IronSource
This feature allows you to receive events which correspond to your ad revenue is affected by each advertisment show to a user. To enable this feature, follow the below instuctions.
Expand All @@ -446,3 +448,13 @@ This feature allows you to receive events which correspond to your ad revenue is
[TenjinSDK subscribeAppLovinImpressions];

```
## <a id="ironsource"></a>Tenjin + IronSource Impression Level Ad Revenue Integration
> *NOTE* Please ensure you have the latest IronSource iOS SDK installed (> 7.1.14)
```objectivec
[TenjinSDK init:@"TENJIN_API_KEY"];
[TenjinSDK subscribeIronSourceImpressions];
```

0 comments on commit 749a564

Please sign in to comment.