Conversion tracking
There are multiple options to track conversions into Roivenue. We will cover three most common ones.
METHOD
IMPLEMENTATION COMPLEXITY
WHEN TO USE?
Auto-capture
Main ImplementationSend event directly
posthog.Roivenue.capture('conversion', {
conversionType: 'MyCustomPurchase',
conversionId: {{conversionId}},
conversionValue: {{conversionValue}},
currencyCode: {{currencyCode}},
customField1: {{...someProps}}
});

Translation Tags

Last updated
Was this helpful?