Send in-app purchase events to Google Analytics and Firebase
schedule a demoIAP events with user properties. No coding required
- Use the data from subscriptions, trials, and issues to get more insights with Google services.
- Send events for subscription trials, renewals, cancellations, billing issues, grace periods, non-subscription purchases, and more through Google Analytics to Firebase.
- Send user properties to enrich your events with subscription status and subscription_product_id.
- Read more in the docs.
Easy-to-understand subscription events
Event example:
subscription_renewed
// Subscription renewed event example { "price_usd": 9.99, "proceeds_usd": 6.99, "transaction_id": "1000000628581600", "original_transaction_id": "1000000628581600", "purchase_date": "2020-02-18T18:40:22.000000+0000", "original_purchase_date": "2020-02-18T18:40:22.000000+0000", "environment": "Sandbox", "vendor_product_id": "premium", "event_datetime": "2020-02-18T18:40:22.000000+0000", "store": "app_store" }