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 4 (GA4) on your Shoporama online store
How to set up Google Analytics 4 on your Shoporama online store. Built-in GA4 integration with e-commerce events, server-side tracking and Consent...
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 e-commerce tracking in a Shoporama theme with standard data layer, Google Tag Manager and custom events.