Advanced Integration (Stripe or API only)
To enhance tracking accuracy, we recommend including an additional parameter in the email. Since email addresses can change over time, having a stable identifier ensures consistency.Stripe Integration
Stripe Customer ID
You can use the Stripe Customer ID you receive from thecustomer.created
Stripe event, and use it in the Reditus snippet.
Internal User ID
Similarly, you can use your own internal ID of the user. After a user signs up on your platform, trigger thecustomer.created
Stripe event and include the user_id
in the metadata—ideally right after the signup snippet.
API Integration
If you’re using the API, ensure you’re on V2 of the Tracking API and include theuid
parameter.