What is the Talent.com tracking pixel? A tracking pixel is an HTML code snippet which is triggered when a user visits or opens a page. It is useful for tracking user behaviour and conversions. The pixel should be placed on the final page of your application process. For example, a “Thank you for applying” page once the user has submitted their application.
Installation of the Talent.com tracking pixel
Pixel should be set up by someone from the IT Department and should take about 30 minutes.
The pixel is installed by placing an HTML snippet within the body section of the page where the pixel is being placed:
< img src="https://www.talent.com/tracker/img-pixel.php?tracker=xxx">
**The tracker= parameter will be provided by the account management team**
Additional features
Optional multi-step parameter:
The following code snippet is meant to serve as an example of how to implement a Talent.com pixel tracker using JavaScript. Considering the intricacies of your code base, the snippet might have un-intended consequences.