Attribute revenue with Podia
Make sure you've added DataFast tracking to your Podia site and connected your Stripe account first.
1. Access Podia's Third Party Code settings
- Log in to your Podia dashboard
- Go to Settings > Third Party Code
- Scroll down to the Conversion tracking code section
2. Add the DataFast conversion tracking code
Paste the following code in the Conversion tracking code field:
<script id="datafast-queue">
window.datafast = window.datafast || function() {
window.datafast.q = window.datafast.q || [];
window.datafast.q.push(arguments);
};
</script>
<script>
try {
if (
typeof Podia !== "undefined" &&
Podia.Conversion &&
Podia.Conversion.customer
) {
var email = Podia.Conversion.customer.email;
window.datafast("payment", { email: email });
}
} catch (e) {
console.error("DataFast tracking error:", e);
}
</script>
3. Save the settings
Click Save to apply the conversion tracking code.
Important notes
- The conversion tracking code only runs on successful purchase completion
After a successful purchase, you should see revenue data in your DataFast dashboard. If you don't see attribution data, contact us at marc@datafa.st.