Signup Snippet
Advanced Installation
Signup Snippet Advanced Installation
Advanced Integration (Stripe or API only)
To enhance tracking accuracy, we recommend including an additional parameter in the email, such as your customer’s internal ID. Since email addresses can change over time, having a stable identifier ensures consistency.
Stripe Integration
After a user signs up on your platform, trigger the customer.created
Stripe event and include the user_id
in the metadata—ideally right after the signup snippet.
Important: If the signup snippet runs after the customer.created Stripe event, it must happen within 30 seconds to ensure the Stripe customer is correctly matched with the referral.
API Integration
If you’re using the API, ensure you’re on V2 of the Tracking API and include the uid
parameter.