Knowledge Base      


How do I track webinar registrations in WebinarFuel?


In this article we'll show you how to track webinar registrations in WebinarFuel.

Step 1 - Add your Click Tracking Code to your Registration Page.

Head to the Campaigns dashboard, click on the Tools menu, select "Website code", then choose “Custom Website Code” to get your Click Tracking Code as shown below:

 

 
 
You can also get your Click Tracking Code below:

<script>
    window.clickmagick_cmc = {
        uid: '[USERID]',
        hid: '[HID]',
        cmc_project: 'NameOfYourProject',
    }
</script>
<script src='//cdn.clkmc.com/cmc.js'></script>


Be sure to change NameOfYourProject between the 's to be your project’s name.

Grab the Click Tracking Code, and add it to the registration page you built in your Page Builder.

For more info on how to do that you can view the articles below:

How do I add tracking pixels or JavaScript code to ClickFunnels?

How do I add tracking pixels or JavaScript code to Thrive Architect?

How do I add tracking pixels or JavaScript code to LeadPages?

How do I add tracking pixels or JavaScript code to OptimizePress?

How do I add tracking pixels or JavaScript code to Kartra?

How do I add tracking pixels or JavaScript code to Unbounce?


Step 2 - Add your Conversion Code to your Post-registration page

From the Campaigns dashboard, click on the Tools menu, select “Website Code”, then choose “Custom Website Code” and select Conversion Tracking Code:

 

 
You could also get your Action Conversion Code below:

<script>
    window.clickmagick_cmc = {
        uid: '[USERID]',
        hid: '[HID]',
        cmc_goal: 'a',
        cmc_ref: 'wf-registered',
    }
</script>
<script src='//cdn.clkmc.com/cmc.js'></script>


Back in your Page Builder, you'll want to add this code in the Header section of your thank you page.


Step 3 - Tracking the Webinar Room, Webinar Room Replay, or Saw CTA

Inside of WebinarFuel, select the webinar that you wish to track.

Then click on “Settings” in the top right corner and select “Third Party Tracking” as shown below:

 

 
In the Webinar Room, Webinar Room Replay and Saw CTA sections, you'll want to add your Engagement Conversion Code with the appropriate ref values. An example for the “Webinar Room” is below:

 


You can get your Engagement Conversion Code for your account below:

<script>
    window.clickmagick_cmc = {
        uid: '[USERID]',
        hid: '[HID]',
        cmc_goal: 'e',
        cmc_ref: 'attendee',
    }
</script>
<script src='//cdn.clkmc.com/cmc.js'></script>


You’ll want to be sure you replace the attendee value with what you want to be tracked as an Engagement in Campaigns.

Next what you'll want to do is add the following URL Parameter:

 

 
Key: cmc_vid

Value: {{ registrant.custom_tracking_fields.cmc_vid }}

Make sure to save your changes.


Step 4 - Tracking Sales From The Webinar

If you are selling your own products and services using a platform like ThriveCart, then you'll want to set up Sales Tracking as explained in the article below:

How do I track sales in ThriveCart?

To correctly send the Visitor ID to your ThriveCart checkout page, you'd need to edit the Button Link in WebinarFuel. 

To edit the button, click on the button to the left of “Settings” at the top right:

 


Then, click on the button on the step that you want to go to the checkout page, and change the action to “Go to URL”:


 

 
The Button Link should end with:

?cmc_vid={{ registrant.custom_tracking_fields.cmc_vid }}

For example if your ThriveCart checkout page link is:

https://[USERNAME].thrivecart.com/offer

Then you add ?cmc_vid={{ registrant.custom_tracking_fields.cmc_vid }}, it should look like this:

https://[USERNAME].thrivecart.com/offer?cmc_vid={{ registrant.custom_tracking_fields.cmc_vid }}


If you are promoting products as an affiliate, then you’ll want to modify your affiliate link so that it has the correct Affiliate ID Parameter.

You can do this by heading to the Affiliate Link Builder, in the Tools Menu of the Campaigns Dashboard:

 

 
Next, select your affiliate network from the menu, paste your affiliate link into the edit box, set Tracking Type to Campaigns and click on the “Update My Affiliate Link” button.

 

 
You won’t be using the modified link exactly in your webinar.

Instead, you’ll strip out the end [cmc_vid] and use {{ registrant.custom_tracking_fields.cmc_vid }}.

So in the case of ClickBank, your affliate would go from being:

https://xxx.yyy.hop.clickbank.net?tid=[cmc_vid]

To being:

https://xxx.yyy.hop.clickbank.net?tid={{ registrant.custom_tracking_fields.cmc_vid }}

And that’s it! Just start sending traffic to your webinar registration page using UTM Parameters and ClickMagick will begin to track your registrations.

Article 770 Last updated: 04/07/2023 9:59:28 PM
https://www.clickmagick.com/kb/?article=770