Pixel
Standard Talent.com Pixel Implementation

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:

  • Allows the pixel to be placed on additional pages. This can help track users throughout your application process.  We refer to this as a multi-step pixel.
    • Please reach out to your account management team for more information on setting up a multi-step pixel.

Implementation of the Talent.com pixel using JavaScript

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.

Important Information! Code must be vetted by a knowledgeable developer before being introduced into the codebase of your organization.

Native JavaScript