Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 3 Next »

The list below contains all the different parameters that are required for marketing purposes.

Here’s an example of the tracking query string that CAKE uses:

https://www.blahdomain.com/en/order.html?Affid=#affid#&s1=#s1#&s2=#s2#&s3=Verve&s4=#oid#&s5=#reqid#&domain=irshcfe.com&event=2

  • Affid => Affiliate ID, stored in CRM
  • s1 => affiliate sub id 1, stored in CRM
  • s2 => affiliate sub id 2, stored in CRM
  • s3 => affiliate sub id 3, stored in CRM
  • s4 => affiliate sub id 4, used in pixelmator's "o" variable. Also stored in CRM
  • s5 => affiliate sub id 5, stored in CRM
  • domain => used for pixelmator, as the domain of the http call
  • event => used for pixelmator's "e" variable
  • dk => used for direct linking, does not need to be sent anywhere but needs to be passed between pages
  • med => same as above
  • Direct => same as above

And we will need the query string to be carried over on every page of the funnel. The script is below.

magic pixelmator key.txt

The tracking pixel has to fire under these conditions:

  1. If the sales funnel has an upsell, then the pixel will fire on the 1st upsell that follows the order page (upon cc submission)
  2. If the sales funnel has no upsell, then the pixel will fire on confirmation page (ie. The order-amp funnel, where its order page and confirmation page)


The parameters below need to be implemented and added by JS.


ParameterValueDescriptionNote
1up_xxx0 | 1

This parameter is used for sites that we have 1 or more upsells, where xxx is the initial of the upsell. i.e special-offer-spr is up_spr. If they buy, up_spr=1, if not, up_spr=0 (for the next page).


2prod1 | 2 | 3 | 4 | 5This preselects the available options in the checkout - currently we max-out at 5 but if theres ever a product with move then that would be the final number.
3fomo0 | 1Loads "recent orders" bubble with message at the bottom left corner
4loader0 | 1Loads the loading screen