FauryaFaurya
Revenue Attribution

Podia

Set up revenue attribution when using Faurya with Podia. Track course sales and subscription revenue through Stripe integration.

Attribute revenue with Podia

Make sure you've added Faurya tracking to your Podia site and connected your Stripe account first.

1. Access Podia's Third Party Code settings

  1. Log in to your Podia dashboard
  2. Go to Settings > Third Party Code
  3. Scroll down to the Conversion tracking code section

2. Add the Faurya conversion tracking code

Paste the following code in the Conversion tracking code field:

<script id="Faurya-queue">
  window.faurya =
    window.faurya ||
    function () {
      window.faurya.q = window.faurya.q || [];
      window.faurya.q.push(arguments);
    };
</script>
<script>
  try {
    if (
      typeof Podia !== "undefined" &&
      Podia.Conversion &&
      Podia.Conversion.customer
    ) {
      var email = Podia.Conversion.customer.email;
      window.faurya("payment", { email: email });
    }
  } catch (e) {
    console.error("Faurya 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 Faurya dashboard.

On this page