Tracking Application Flow Page Hits
A modified image tag can be used by customers to track page hits.
When an image tag
configured to send tracking code via the application flow header,
and a candidate accesses an application flow that has the image tag,
the system will send the data to the appropriate party. Three tokens
are available to enhance analytics:
 - CandidateNumber will capture the candidate number of the candidate into the URL. 
- ApplicationNumber will capture the application number of the application. If the candidate is entering a general profile the ApplicationNumber token will not have a value associated to it. 
- RandomNumber will be a random number generated by the system on each page utilizing the header. 
The URL formatting of the tokens should be as follows:
- {ApplicationNumber} 
- {CandidateNumber} 
- {RandomNumber} 
Additional spaces have been added into the URL for formatting purposes.
<img src="https://addtrackingvendor#/a;
variableName={ApplicationNumber}; variableName2={CandidateNumber};
variableName3={RandomNumber}?" width="1" height="1" alt=""/>