How to add custom tracking code (Pixel)

Delivery within 3 business days - Paying option (on quote) - No edit can be made once live

Instructions

This page lists what you need to add a custom tracking code. First of all, please check that you are not using a solution that you can set-up yourself by reading our article on tracking visits.

If you are using a solution that is not integrated to Weezevent, your service provider will need to give you a tracking code to be added to your ticketing pages. 

For each code, you need to specify these steps:

  • dates (choice of session, if session mode is on)
  • tickets (ticket types)
  • form (contact details entry)
  • payment (payment data entry)
  • confirmation (confirmation display)

Your code can relate to one or more steps. However, no other formulation will be accepted so as to prevent integration errors.

Finally, if the code added to a confirmation step includes variables, they should use the below labels: 

  • {{ transaction_id }} : unique reference of the transaction
  • {{ number_of_product }} : number of tickets purchased
  • {{ amount }} : total amount of the transaction (decimal value)

Important: Any code given without specifying the steps or with invalid variables increases the risk of error and therefore the length of integration of your tracking code. We do not accept custom script

Example

Code 1 (to be included on tickets, form, payment, confirmation):

<img src="https://weeztracking.com/track?src=12339" width="1" height="1" />

Code 2 (to be included in confirmation email):

<img src="https://weeztracking.com/track?src=12341&ref=" width="1" height="1" />