Sizebay Tracker Script (Sizebay Implementation)
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 ([email protected]).
Adding products to the cart
On your cart page, import the file using <script>
HTML tag, for example:
<script src="https://this-is-just-a-example/store/tracker.js"></script>
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:
<script src="https://this-is-just-a-exemple/store/tracker.js"></script>
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
Was this helpful?