Purchase Event
Track when users make in-app purchases
Use sendCustomPurchaseEvent
to send a purchase event when a user completes an in-app purchase.
PurchaseMetrics.SendCustomPurchaseEvent("123", "Premium Pack", 0.99, "USD", "Completed");
Prop | Type | Default |
---|---|---|
item_id | string | - |
item_name | string | - |
value | double | - |
currency | string | - |
status | string | - |
Purchase events help attribute revenue to campaigns and creatives, enabling optimization of your monetization funnel.