Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Jun 26, 2019
1 parent d8be587 commit c7bd4f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,20 +502,20 @@ If any value is unavailable, it will default to `nil`.
### <a id="af-ad-revenue"></a>Ad revenue tracking
You can track ad revenue information with Adjust SDK by ivoking following method:
You can track ad revenue information with Adjust SDK by invoking following method:
```objc
[Adjust trackAdRevenue:source payload:payload];
```

Parameters of the method which you need to pass are:

- `source` - `NSString` parameter which indicates the source of ad revenue info.
- `source` - `NSString` object which indicates the source of ad revenue info.
- `payload` - `NSData` object which contains ad revenue JSON.

Currently supported ad revenue sources:
Currently we support the below `source` parameter values:

- MoPub (use `ADJAdRevenueSourceMopub` constant as `source` parameter value).
- `ADJAdRevenueSourceMopub` - representing MoPub mediation platform

### <a id="event-session-callbacks"></a>Event and session callbacks

Expand Down

0 comments on commit c7bd4f1

Please sign in to comment.