diff --git a/docs/InAppEvents.md b/docs/InAppEvents.md index 7cbba08..fa646b0 100644 --- a/docs/InAppEvents.md +++ b/docs/InAppEvents.md @@ -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.