Attribute revenue with Podia
Before proceeding, confirm that you have set up Flowsery Analytics tracking on your Podia site and linked your Stripe account.
1. Open Podia's Third Party Code settings
- Sign in to your Podia dashboard
- Navigate to Settings > Third Party Code
- Scroll to the Conversion tracking code section
2. Insert the Flowsery Analytics conversion tracking snippet
Paste the following code into the Conversion tracking code field:
<script id="flowsery-queue">
window.flowsery = window.flowsery || function() {
window.flowsery.q = window.flowsery.q || [];
window.flowsery.q.push(arguments);
};
</script>
<script>
try {
if (
typeof Podia !== "undefined" &&
Podia.Conversion &&
Podia.Conversion.customer
) {
var email = Podia.Conversion.customer.email;
window.flowsery("payment", { email: email });
}
} catch (e) {
console.error("Flowsery Analytics tracking error:", e);
}
</script>
3. Save your changes
Click Save to apply the conversion tracking code.
Important notes
- The conversion tracking code only executes upon successful purchase completion
Following a successful purchase, revenue data will appear in your Flowsery Analytics dashboard.