All Collections
Installation guide
4. Install BeezUP tracker
4. Install BeezUP tracker

How to install the BeezUP tracker? Clicks and sales: price comparators, social networks, retargeting, Product Ads, affiliate networks

Charles BARAT avatar
Written by Charles BARAT
Updated over a week ago

The sales tracker is a code to insert on our sales confirmation pages. This tracker allows the collection of data necessary for BeezUP reporting. The totality of information collected is confidential and are stored in a secured database.

SUMMARY

a. Presentation

b. Set-up

c. Example

a. Presentation

b. Set-up

c. Example

d. Https case

e. Goind the extra mile ...

1. "Standard" set-up

a. Presentation

The Standard tracker allows you to determine the turnover generated by all advertisements managed by BeezUP.

b. Set-up

Install the following code on the sales confirmation page located before and after the payment page on your website. To do this simply replace the variables indicated in capital letters below with the values corresponding to each order :

<img src="https://tracker.beezup.com/SO?StoreId=STORE_ID&OrderMerchantId=
ORDER_ID&TotalCost=TOTAL_COST&ValidPayement=true" />

STORE_ID : boutique identification number available at : https://go.beezup.com/MyTracker

ORDER_ID : order number

TOTAL_COST : sales amount (excluding tax, excluding shipping costs)

⚠️ Careful: Make sure that internet users are automatically redirected towards the payment confirmation page after bank payment.

c. Example

<img src="https://tracker.beezup.com/SO?StoreId=12345678-1234-1234-
1234567890123456&OrderMerchantId=1234&TotalCost=200.30&ValidPayement=true" />

2. "Expert" set-up

a. Presentation

The Expert tracker allows you to determine the turnover generated by all advertisements managed by BeezUP. Advanced options allow you to distinguish finalized orders from non-finalized orders, keep records on the details of each product sold, calculate your profit margin per product.

b. Set-up

Install the following code on the sales confirmation page located before and after the payment page on your website. To do this simply replace the variables indicated in capital letters below with the values corresponding to each order.

<img src="https://tracker.beezup.com/SO?StoreId=STORE_ID&OrderMerchantId=
ORDER_ID&TotalCost=TOTAL_COST&ValidPayement=VALIDATION&ListProductId=PRODUCT1|PRODUCT2&
ListProductQuantity=QUANTITY1|QUANTITY2&ListProductUnitPrice=PRICE1|PRICE2&ListProductMargin=MARGIN1|MARGIN2" />

STORE_ID : boutique identification number available at : https://go.beezup.com/MyTracker

ORDER_ID : order number

TOTAL_COST : sales amount (excluding tax, excluding shipping costs)

VALIDATION : confirmation of paiement. Indicate « TRUE » on your page after validation of payment. Indicate « FALSE » on the page before the validation of payment.

PRODUCT : List of ordered product id separated by a pipe « | »

QUANTITY : List of quantities of products ordered separated by a pipe « | » and in the same order as « ListProductId »

PRICE : List of price per unit (excluding tax) of the products ordered separated by a pipe « | » and in the same order as « ListProductId »

MARGIN (optional) : List of profit margin per ordered product separated by a pipe « | » and in the same order as « ListProductId »

c. Example

<img src="https://tracker.beezup.com/SO?StoreId=
12345678-1234-1234-1234567890123456&OrderMerchantId=1234&TotalCost=200.50&ValidPayement=TRUE&ListProductId=PANTALON23|CHAUSSURES84&ListProductQuantity=1|2&ListProductUnitPrice=100.50|50&ListProductMargin=30|14" />

d. HTTPS case

If your payment confirmation page is secured (HTTPS), you just have to replace "http" by "https" in your URL.

e.g: <img src="https://tracker.beezup.com/SO?StoreId=
12345678-1234-1234-1234567890123456&OrderMerchantId=1234&TotalCost=200.50&ValidPayement=TRUE&ListProductId=PANTALON23|CHAUSSURES84&ListProductQuantity=1|2&ListProductUnitPrice=100.50|50&ListProductMargin=30|14" />

e. Going the extra mile …

BeezUP allows you to validate or cancel an order manually. To do this, simply replace the variables in red below with the variables you are looking to update:

✅ To validate an order

https://tracker.beezup.com/Tracker/UpdateValidPayement?storeId=
STORE_ID&orderMerchantID=ORDER_ID&validPayement=true

To cancel an order

https://tracker.beezup.com/Tracker/UpdateValidPayement?storeId=
STORE_ID&orderMerchantID=ORDER_ID&validPayement=false

STORE_ID : boutique identification available at: https://go.beezup.com/MyTracker

ORDER_ID : order number

3. Finalisation

Once the tracker installed:

  • if the set-up is correct, the tracking diode will glow orange at the first sell (if we did not receive clics yet) or will glow green 🟢 (if we already received the clics).

  • if the diode remains red, please make sure that our tracking code appears correctly in the source code of your confirmation payment page. If you do not see any mistakes, please feel free to contact us via the Chat.

✅ Note: we recommend the payment confirmation page to be shown after a confirmed payment.

✅ Note: if you do not have your store_ID, please check this article.

If your feed is imported, and your tracking system set up, the installation of BeezUP is completed !


⏩ Please check our user guide to learn more about our software.

Did this answer your question?