Expand my Community achievements bar.

SOLVED

How to Pass Source Codes from AEM to Applicant Tracking System (ATS)

Avatar

Level 1

We recently built our career site on AEM. When potential candidates come to our new AEM site by clicking a trackable media source link (i.e., a link from our Facebook page), they then click a link on our new site which directs them to our applicant tracking system (ATS) to apply. That ATS tracks the source where our applications are coming from. In this example, it should track as Facebook. Currently, no source is being passed through from our new AEM website. Is there something we need to do on AEM to ensure the source code from our media URL (where the person actually originally came in from to AEM site) is passed through to our ATS? Thank you.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@PortChuck it is basically an website implementation question rather than AEM specific question.

 

Are you getting any campaign ID or any other specific query parameters from media sources when they click aem site link? If yes, use javascript to pass along that information to all subsequent down stream systems.

 

If no, then use JS to get referrer and build logic to determine the media and pass along information to down stream systems.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@PortChuck it is basically an website implementation question rather than AEM specific question.

 

Are you getting any campaign ID or any other specific query parameters from media sources when they click aem site link? If yes, use javascript to pass along that information to all subsequent down stream systems.

 

If no, then use JS to get referrer and build logic to determine the media and pass along information to down stream systems.