Skip to main content

Eskimi Conversion Pixel Implementation on Action Button

On some occasions, you will need to implement a conversion registration when the user clicks a button. This can be done in a few easy steps.

Step 1

Initialize the base pixel.

Paste your base pixel code between your websites success page <body> </body> tags. And if the code is initialised in the <head> </head> tags then everything is set up.

This how it should look when it is initialized between the <body> tags.

image-1610545159229.png

Step 2

On the "Submit" button, add an onclick property to the button, with the attribute "esk ('track', 'Conversion');"

The button code should look like this

image-1610545174560.png

Now every time the button is clicked a successful conversion is registered. 

Don't forget to view the source code of the page.