Mixpanel
Monetization events in Mixpanel funnels. Every server-verified purchase, renewal, cancellation, and refund reaches Mixpanel the moment it happens.
Mixpanel is a CashSDK Marketplace product analytics integration. Once connected, every server-verified revenue event (purchases, renewals, cancellations, and refunds) is delivered to Mixpanel the moment it happens.
Connect#
Connect with the destination's collector URL and an API key as the credential.
1
Add Mixpanel
Connect it from the dashboard under Settings → Marketplace → Mixpanel, or with the MCP server:
text
connect_marketplace_app(provider="mixpanel", credential="<api key>", config={ url: "https://…/collect" })
2
Activate
text
activate_marketplace_connection(provider="mixpanel")
3
Test the delivery
text
test_marketplace_dispatch(type="purchase.completed", data={ userId: "u_812", productIdentifier: "pro_monthly", priceMinor: 999, currency: "usd" })
What Mixpanel receives#
purchase.completed: a new purchase or first subscription paymentsubscription.renewed: a recurring renewalsubscription.canceled/subscription.expired: churnrefund.issued: a refund or chargeback
Each event carries the customer, product, entitlement, amount, and currency. See Webhooks for the full event catalog and payload shape.