Skip to main content

This method is used to set tracking parameters when redirecting candidates to an external Application URL rather than into the idibu system. For more information about tracking parameters, please refer to this article.

Setting the tracking parameters

Request

POST https://ws.idibu.com/ws/rest/v1/tracking?hash=[your_hash]

<parameters>
<board>board-parameter</board>
<job>job-parameter</job>
</parameters>
  • board is used to set the name of the parameter used for tracking the source (job board). You can obtain the code (that will be sent as the value of this parameter) for each Portal through the bid field from the Get Board Data response.
  • job is used to set the name of the Job ID parameter. This parameter will contain a URL-safe-base64 encoded unique ID of the Job (refer to the Job Management Webservice).

Obtaining the tracking parameters

Request

GET https://ws.idibu.com/ws/rest/v1/tracking?hash=[your_hash]