Sizebay Tracker made by us
This is the most common method, we will develop your tracker from scratch and you only will have to import a JavaScript file to your Cart/Order page.
The link to your tracker will be provided by our Support Team (support@sizebay.com).
Adding products to the cart
On your cart page, import the file using <script>
HTML tag, for example:
For our tracker to work properly, make sure that for each product in your cart the information below is available on your page:
permalink - link of the product
Finalizing the order
In your purchase page (when the order is finished), import the file using <script>
HTML tag, for example:
For our tracker to work properly, make sure that for each product in your order the information below is available on your page:
orderId - order code generated
currency - the currency in which the order was paid
permalink: the product URL
price: the price of the product sold
quantity: number of the item purchased
size: the product size ordered
product_sku: the product sku
product_id: the product id
Last updated