If the apply process cannot be succefully completed using the data sent to the ATS by ATSi, a BackUrl is expected in the response that points to the prepopulated ATS application form. ATS is expected to inform ATSi about the final application status using a “magic pixel” as follows:

  • If the application process has been successfully completed, the jobseeker should be presented with the confirmation page containing the following javascript code:
    <script language="javascript>
    (new Image()).src='https://www.at-ats.com/tracker/status?atsId={ATS_ID}&status=COMPLETE';
    </script>
  • If the application process cannot be completed, because the offer is no longer valid, the jobseeker should be presented with the page containing the following javascript code:
    <script language="javascript">
    (new Image()).src='https://www.at-ats.com/tracker/status?atsId={ATS_ID}&status=JOB_EXPIRED';
    </script>

{ATS_ID} value will be provided by the ATSi Apply team.