Hosting of job descriptions : URL configuration

 

This article explains the mechanics of generating job description URLs according to the configurations.

 

There are 2 types of data that can be displayed on the job board.

1- A post (PRIMPoste)

2- A temporary job (PRIMGTRJob)

 

Here are the variables that make up the urls:

1.URLPWMCLIENT

a.THIS IS THE CUSTOMER'S PRIMWEB URL

b.EX: DEV.PRIM-WEB.COM

c.PRIMWEB ADDRESS FIELD IN COMPANY OR DIVISION WINDOW

 

2.URLHOSTING:

a.THIS IS THE URL REFERRING TO THE CUSTOMER'S SITE

b.EX: SITEDUCLIENT.COM/OFFRESDEMPLOI

c.JOB POSTING URL FIELD IN THE COMPANY WINDOW

d.OR

e.URL FIELD HOSTING JOBS IN THE DIVISION WINDOW

 

3-TITLE: FORMATTED TITLE OF THE JOB

 

4-JOBID: POSCOD OR TRJCOD IN CLEAR.

 

5-JOBTYPE:

T: TEMPORARY,

P: PERMANENT,

C: CONTRACTUAL,

I: INTERNSHIP

 

6- LANG: 2-CHARACTER LANGUAGE CODE: EX: FR, EN,

 

NOTE: The Meta portion is used when posting on social networks and therefore should not be completed if it is to achieve a standard display. Indeed, this is only used for sharing so that the different parsers on other platforms correctly interpret the data contained in the file.

FB (facebook), IN (linkedIn), GO (google), TW (twitter), IND (indeed), JB (Jobbom).

 

"Company information" window (SEC002)

 

 

"Division (PRIM012)" window

 

 

Hosting job descriptions methods

 

There are 3 methods of hosting job descriptions:

 

 

1-Hosting by PRIM:

PWEB displays and manages the entire job description

EX : https://[URLPWMCLIENT]/jobs/view/[Title]/[JOBID]/[JOBTYPE]/[LANG]?meta=[META]

 

1.External hosting: UNIQUE URL

The job description is hosted on the client's website and the url is the same for all the listings. These are the parameters (after the "?") Which allow the client code to extract the data via the Web Service and to display the form correctly.

EX : [URLHEBERGEMENT]?id=[JOBID]&title=[Title]&oft=[JOBTYPE]&lg=[LANG]&meta=[META]

 

1.External hosting DISTINCT URL

Here, too, the client takes care of the accommodation. However, the url is different per job description. The parameters are part of the url.

EX : URLHEBERGEMENT]/[Title]/[JOBID]/JOBTYPE]/[LANG]?meta=[META]