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}> <img src="https://system.makeinfluence.com/p?bid=[YOUR USER ID]&value=<{$order->getPrice()|number_format:0:"":""}>&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.