Triggers
Glassfy generates triggers for subscriptions and in app purchases events.
Tracked Events
The list of Glassfy tracked and generated events.
Event | event_type | Description |
---|---|---|
SubscriptionInitialBuy | 5001 | User started a subscription |
SubscriptionRestarted | 5002 | A previously interrupted subscription restarted |
SubscriptionRenewed | 5003 | Subscription automatically renewed |
SubscriptionExpired | 5004 | Subscription expired |
SubscriptionDidChangeRenewalStatus | 5005 | User changed the autorenew status |
IsInBillingRetryPeriod | 5006 | User is in billing retry |
SubscriptionProductChange | 5007 | User upgrade or downgrade the subscription |
InAppPurchase | 5008 | In App Purchase |
SubscriptionRefund | 5009 | Subscription Refund |
For each of these events a trigger can:
- Send a message to Slack
- Call a webook
- Send a push notification to the app via the Apple Push Notification Service
Updated almost 2 years ago