Revenue Connections
Connect your payment providers to automatically attribute revenue to traffic sources
How revenue attribution works
1
Connect provider
Add your API keys below to authorize the payment source.
2
Add webhook
Paste the callback URL we generate into your provider dashboard.
3
Revenue flows in
GHOST matches successful payments back to the originating visitor session.
Stripe
SaaS subscriptions, one-time payments, Stripe Checkout
Shopify
E-commerce orders, product sales, Shopify checkout
WooCommerce
WordPress e-commerce, WooCommerce orders
Custom Revenue Tracking
1
Call the revenue API from checkout
Already have a custom checkout? Fire a revenue event after payment completes.
// Track a sale from your checkoutGHOST.revenue(99.99, 'USD', 'txn_123', { plan: 'pro' });