MakeInfluence tracking
Guide to implementing the MakeInfluence tracking pixel on your Shoporama webshop to track sales from influencer collaborations.
To track sales generated through MakeInfluence, you need a tracking pixel on your order confirmation page. The pixel records the order number, total amount and any discount code.
Implementation
Insert the following code in your thanks.html in your theme:
<{if $order}>
&uid=<{$order->getWebshopOrderId()}><{if $order->getVoucherCode()}>&promotion_code=<{$order->getVoucherCode()}><{/if}>"> <{/if}>
Important.
Replace [YOUR USER ID] with your MakeInfluence user ID. You need a developer to implement the code in your theme.
Do you need help? Contact us at support@shoporama.dk.
Related articles
Google Analytics tracking of your online store
Guide to setting up Google Analytics 4 (GA4) with e-commerce tracking via Google Tag Manager on your Shoporama webshop.
Implement Pricerunner tracking
Guide to implementing Pricerunner conversion tracking on your Shoporama online shop with proper Smarty code.
Implement tracking in a Shoporama theme
Developer guide to implement tracking code in a Shoporama theme with Google Tag Manager and data layers.