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>
boardis 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 thebidfield from the Get Board Data response.jobis 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]