Automatically Generated — These events are created by Upstack backend services for Shopify customers. You do not need to fire these events manually.
Overview
Upstack automatically generates subscription purchase events for stores using subscription apps like Recharge, Bold Subscriptions, Skio, or native Shopify Subscriptions. These events help you measure subscription acquisition, retention, and recurring revenue.Event Types
How It Works
When a subscription order is processed, Upstack analyzes the order metadata:- Order received — Shopify sends a purchase webhook to Upstack
- Subscription detection — Upstack checks for subscription app tags and order properties
- Classification — The order is classified as initial or recurring based on the subscription data
- Event generation — The appropriate subscription event is generated
- Forwarding — Events are sent to your configured destinations
Detection Methods
Upstack identifies subscription orders through:- Order tags from subscription apps (e.g.,
subscription_first_order,recurring_order) - Order properties and line item properties containing subscription metadata
- Subscription app-specific identifiers in the order data
Subscription detection works with most major Shopify subscription apps including Recharge, Bold Subscriptions, Skio, Loop Subscriptions, and native Shopify Subscriptions.
subscription_initial_purchase
Generated when a customer signs up for a new subscription. This is the first order in a subscription sequence.Use Cases
- Measure subscriber acquisition — Track how many new subscribers you’re acquiring
- Calculate subscriber CAC — Understand the true cost to acquire a subscriber
- Optimize acquisition campaigns — Train ad algorithms to find subscription-likely customers
- Attribution for LTV — Attribute the full potential LTV to the acquiring campaign
subscription_recurring_purchase
Generated for each recurring subscription renewal. This includes all orders after the initial subscription purchase.Use Cases
- Track subscription retention — Monitor recurring revenue from existing subscribers
- Measure churn impact — Understand when recurring purchases decline
- Attribution for retention campaigns — Track which campaigns drive continued engagement
- Revenue forecasting — Use recurring purchase data to predict future revenue
Properties
Both events include all properties from the originalpurchase event:
Destination Mapping
Subscription events are forwarded to destinations as:Metrics Available
In the Upstack dashboard, you can view:Subscription vs. SaaS Events
Important distinction: These events (
subscription_initial_purchase, subscription_recurring_purchase) are for e-commerce subscription boxes and recurring product purchases.For SaaS subscription lifecycle events (plan changes, trials, etc.), see SaaS Events.Related Events
- purchase — The base purchase event
- nc_purchase — New customer purchases
- rc_purchase — Returning customer purchases
- all_purchase — All purchases
- SaaS Events — SaaS subscription lifecycle events