New Improved
16 days ago

UTM Parameter Tracking for New User Sign-Ups

We’ve introduced a new functionality to capture UTM and other URL parameters on our sign-up page and include them in the partner webhook. 

This enhancement enables precise tracking of traffic sources and affiliate attribution for partners.

How to Use It:
  1. Purchase the HTML Script Add-On: This is required to add custom scripts on your partner page.
  2. Insert the Script:
    • Add the following code to capture parameters:
  3. <script type="text/javascript" charset="utf-8">
      var _uf = _uf || {};
      _uf.domain = ".dfktv2.com";  // Replace with your partner domain
      _uf.additional_params_map = {
        affiliate: "UC_AFFILIATE",
        code: "UC_code"
      };
    </script>
    <script src="https://d12ue6f2329cfl.cloudfront.net/resources/utm_form-1.2.0.min.js" async></script>

    • Make sure to replace _uf.domain with your own partner domain.
  4. Customization: To capture additional parameters, refer to our help documentation or YouTube tutorials for guidance.
With this setup, UTM parameters and custom URL parameters will automatically be sent to the partner webhook upon user sign-up, making it easier to track campaign performance and affiliate sources.