Skip to content

Commit

Permalink
Docs - add ROI360 note to in-app events
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af authored Jan 14, 2025
1 parent 0b5f6ef commit 9cc044e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/InAppEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ AppsFlyer.sendEvent(AFInAppEvents.PURCHASE, eventValues);

## Logging revenue

> 📘 Note
>
> For events with **revenue**, including in-app purchases, subscriptions, and ad revenue events, AppsFlyer customers with an ROI360 subscription should avoid using the `AFInAppEvents.REVENUE`(`af_revenue`) parameter in their in-app events. Doing so can result in duplicate revenue being reported. Instead, they should utilize the [purchase connector](https://dev.appsflyer.com/hc/docs/purchaseconnectorunity) and the [ad revenue SDK API](https://dev.appsflyer.com/hc/docs/ad-revenue-unity).
You can send revenue with any in-app event. Use the `AFInAppEvents.REVENUE` event parameter to include revenue in the in-app event. You can populate it with any numeric value, positive or negative.

The revenue value should not contain comma separators, currency signs, or text. A revenue event should be similar to 1234.56, for example.
Expand Down

0 comments on commit 9cc044e

Please sign in to comment.