Analytics
The Purchase Validator package handles analytics as part of its validation lifecycle. When a purchase is validated, the appropriate analytics events are sent automatically by the SDK.
To avoid duplicate events and incorrect reporting, these should not be sent manually from game code.
Events Sent Automatically
Lion Analytics
Purchase Validator automatically sends the InAppPurchase event, including all provided validation data such as GameplayInfo and AdditionalData.
Adjust
Purchase Validator automatically sends the iap_purchase, purchase_failed, and purchase_notverified events to Adjust. It also sends subscription events when applicable.
Sandbox purchases are never sent to Adjust in order to avoid inaccurate reporting.
Last updated
Was this helpful?