Can I track GumRoad sales in ClickMagick?
Absolutely.
Once you have a product created inside of GumRoad, just follow the steps below to begin tracking your sales:
1. Click on your name in the bottom left corner then click on “Settings.”
2. Click on “Third-party analytics” in the Navigation Bar:
3. Click on the “Add snipped” button:
4. Give your snippet a name, choose “Receipt” as the location, set it to show on “All products”, and add the code below to the box:
<script>
var cmPixel = document.createElement('img');
cmPixel.src = "//www.clkmg.com/api/s/pixel/?uid=[USERID]&ref=$ORDER&amt=$VALUE";
</script>
<noscript><img height="1" width="1" style="display:none"
src="//www.clkmg.com/api/s/pixel/?uid=[USERID]&ref=$ORDER&amt=$VALUE"
/></noscript>
Remember to save your changes.
Using the code above will automatically apply the correct amount for the products you sell inside of GumRoad.
Article 678 Last updated: 04/04/2023 9:13:45 PM
https://www.clickmagick.com/kb/?article=678