*** TRACKING CODE - FIXED AMOUNT PER SALE *** *** AUTOMATIC MODULES *** Use these guides if you have one of the following CMS solutions: - DanDomain: https://www.partner-ads.com/se/dandomain_vejledning.htm - Magento: https://www.partner-ads.com/se/magento_vejledning.htm - Prestashop PLUGIN (save program_id and select lead in the setup): https://www.partner-ads.com/se/partner_ads_prestashop_plugin.zip - Scannet Webshop 2: https://www.partner-ads.com/se/scannet2_vejledning.htm - Shopify: https://www.partner-ads.com/se/shopify_installation.pdf - Shoporama shop: https://www.partner-ads.com/se/shoporama_vejledning.htm - SmartWeb Shop: https://www.partner-ads.com/se/smartweb_vejledning.htm - Wannafind Shop: https://www.partner-ads.com/se/wannafind_vejledning.htm - Woocommerce PLUGIN (save program_id and select lead in the setup): https://www.partner-ads.com/se/partner-ads-woocommerce.zip *** MANUAL IMPLEMENTATION *** If you do not have the above mentioned CMS solutions you must follow this manuel guide. When you activate the tracking for an order, you activate it from your own server and thus not via the user's browser - this is called server2server tracking. This is done as follows: 1) When an affiliate link is clicked, you need to collect the affiliate partner ID and a unique click ID, which we will send as variables. We send a variable called paid=X where X is the partner's / publisher's ID with us and a variable called pacid=Y where Y is a unique click ID that identifies the click made. The variables "paid" and "pacid" must be stored in cookies with the user for 40 days. Both are used for tracking and as documentation. 2) When the user reaches the receipt page after a purchase on your site, you need to call a URL with us. It looks like this: https://www.partner-ads.com/se/leadtracks2s.php?programid=PROGRAM_ID&type=lead&partnerid=PAID&pacid=PACID&ordreid=ORDER_NUMBER&varenummer=x&antal=1&omprsalg=ORDER_TOTAL List of variables: PROGRAM_ID = The ID of your partner program (affiliate program) (not your advertiser ID) PAID = The affiliate partner ID collected in step 1 (the "paid" variable) PACID = The unique click ID collected in step 1 (the "pacid" variable) ORDER_NUMBER = Order number ORDER_TOTAL = The total revenue of the order (including VAT and excluding shipping and processing fees)(written like 9999,99 or 9999.99) The variables type=lead, varenummer=x og antal=1 must not be changed. You need to create and call the above mentioned URL automatically on your server when a user reaches the receipt page after a purchase. We will add the sales commission to the affiliate partner’s account when the URL is called. Important: Once the setup on your server is ready, please notify us at supportdk@partner-ads.com so that we can start the test of the setup.