Knowledge Base      


How do I track affiliate sales using Builderall?


Tracking your affiliate sales using Builderall is almost like every other platform, aside from a couple of small changes you need to do in order for the tracking to work properly.

Follow these steps to properly track your affiliate sales using Builderall.


1. Get your Click Tracking Code by following the steps in this article below.

How to track affiliate sales using a landing page?


2. In Builderall, find the landing page you are going to use when tracking affiliate sales and click the three dots next to the page name, then click “Settings”.

 


3. Add the click tracking code you copied from the previous step to the “Page Script” section of the page settings. 

 


4. Save the settings, and you’ll then be taken back to your pages list. Create a new page. 

Give the page a name, and choose “Blank page” as the template. 

 


5. Save the new blank page, and then go to that pages settings. 

6. In the page settings, you’ll need to copy the following code into the “Page Script” box:

<script>
   window.clickmagick_cmc = {
      uid: '[USERID]',
      hid: '[HID]',
      cmc_goal: 'a',
      vid: '',
   }
</script>
<script src='//cdn.clkmc.com/cmc.js'></script>
<script>
   setTimeout(function() {
      window.location.replace("https://destinationpage.com?tid=" + clickmagick_cmc.vid);
   }, 1000);
</script>  
     

Before you save the page, you’ll need to replace https://destinationpage.com?tid= with your affiliate link. 

 


To get the correct affiliate link, use the Affiliate Link Builder, then remove [cmc_vid] from the link it gives you. You need to do this because in this case, the visitor ID is added on with code instead.

7. Now you need to connect the two pages. Go back to the pages list and edit the landing page. 

8. Click on the button(s) on the page you want to track, and set the link.

 


9. Choose “Page” as the type, choose the blank page you just created (in this case, we called it “Redirect”), and then decide if you want it to open in the same tab or a new tab.

 


And that’s it! You’ve now set up Builderall to track your affiliate sales.

Article 816 Last updated: 04/27/2023 1:14:20 PM
https://www.clickmagick.com/kb/?article=816