If you're already using Google Analytics to track user engagement on your corporate site and you're on the JobScore Enterprise plan, you can track engagement on your JobScore powered careers site also by adding your GA tracking code to your careers site configuration page here. Once you add your tracking code, user traffic on your JobScore careers site will provide data to your own Google Analytics account.
Optional: If you want your GA sessions to track across domain (www.yourcompany.com -> www.jobscore.com) you'll need to follow the instructions in the Google Analytics Documentation here regarding how to update how you link out to *.jobscore.com urls from your corporate site.
Page tracking data reported to Google Analtyics
Your JobScore powered Careers Site supports your public job pages (the list of your open jobs and job posting details pages for each job) and 4 different application flows. Which flow an applicant follows is determined by whether an applicant is applying to a specific job or sending a resume for general consideration (your "talent network"), and whether the candidate has an existing user profile at JobScore (a one-step flow) or will create a profile (a three-step flow).Below are the page urls that JobScore reports to Google Analytics and suggested Goal Tracking configurations for the flows. The tokens {account.code} and {job.title} are url-friendly versions of your company name and job title, respectively.
Public Careers Pages
/careers/{account.code}
/careers/{account.code}/jobs/{job.title}-{job.id}
Apply Flow 1: Returning JobScore user applying to job
goal url:
/apply_flow/applications/{job.title}/completed?job_id={job.id}
funnel steps:
/apply_flow/applications/new?job_id={job.id}
/apply_flow/applications/apply?job_id={job.id}
Apply Flow 2: New user applying to job
goal url:
/apply_flow/applications/{job.title}/completed?job_id={job.id}
funnel steps:
/apply_flow/standard_applications/apply?job_id={job.id}
/apply_flow/resume_import/new?from=unregistered_apply&job_id={job.id}
/apply_flow/ofccp?job_id={job.id} (if OFCCP is enabled)
Apply Flow 3: Returning JobScore user sending resume for general consideration ("{Your Company's} Talent Network")
goal url:
/apply_flow/applications/{account.code}/completed?acc_id={account.id}
funnel steps:
/apply_flow/standard_applications/apply?acc_id={account.id}
/apply_flow/applications/new?acc_id={account.id}
/apply_flow/ofccp?acc_id={account.id} (if OFCCP is enabled)
Apply Flow 4: New user sending resume for general consideration ("{Your Company's} Talent Network")
goal url:
/apply_flow/applications/{account.code}/completed?acc_id={account.id}
funnel steps:
/apply_flow/standard_applications/apply?acc_id={account.id}
/apply_flow/resume_import/new?acc_id={account.id}&from=unregistered_apply
/apply_flow/ofccp?acc_id={account.id} (if OFCCP is enabled)
Comments