Job Listing
The Job Listing component connects the website to an ADP Career Center feed and automatically renders current job openings on the page.
Instead of manually creating job cards in the CMS, this component fetches live data from ADP using two required IDs.
What This Component Does
- Pulls open roles directly from ADP.
- Displays each role with key information (for example title, location, and job type when available).
- Keeps the page updated as jobs are added, changed, or closed in ADP.
Backoffice Fields
-
adpCompanyID (required) Unique ADP company identifier.
-
adpCareerCenterID (required) ADP Career Center identifier used to target the correct openings feed.
How to Find the ADP IDs
Open your ADP Career Center URL and copy values from the query parameters:
- cid -> use this value in adpCompanyID
- ccId -> use this value in adpCareerCenterID
Example URL:
For the URL above, the Backoffice values are:
- adpCompanyID:
e9311e7a-3998-4669-af66-1616e7b7f2fe - adpCareerCenterID:
22330316_1091
Setup Steps
- Add the Job Listing component to the page section where openings should appear.
- Paste the ADP cid value into adpCompanyID.
- Paste the ADP ccId value into adpCareerCenterID.
- Save and publish the page.
- Open the website and verify that current openings are rendered.
Troubleshooting
-
No jobs are shown Check whether IDs are correct and still valid in ADP.
-
Only some jobs are shown Confirm those roles are published in ADP and match the selected Career Center.
-
Old jobs still appear Wait for cache refresh, then recheck.
Best Practices
- Always copy IDs from the latest ADP Career Center link.
- Re-test after changing either ID.