I made the deployment Indeed on my site, but the analyst Indeed, informed me that trace elements are missing, hence the integration does not work.
The jobs are listed, but the clicks are not being counted.
I would like to comment on the issue and how to regularization, since I bought the issue precisely because of Indeed and now does not work properly ...
The following are comments from analyst Indeed:
"When you use the latest version of Job Roller - all tracking elements must be included in the integration automatically (see attachment). At the moment all of these elements except for the Attribution are missing in the integration. Without these we are unable to track the clicks coming from your site. "
Below the API documentation:
Job Search API Requirements
The Indeed Job Search API provides the ability to import jobs using the same search methodologies offered on
Indeed’s Advanced Job Search page: http://www.indeed.com/advanced_search
Jobs requested using Indeed’s API should not be cached. The API should be sent requests in real time
when a job seeker completes a job search.
All jobs requested using the API must be displayed immediately in the same order returned on the web page
that generated the request.
onmousedown
The results returned from an API request will include an element labeled <onmousedown>. The contents of the
<onmousedown> result element will be unique to each API request and must be included in all <a href> job result
links. Example:
Pagination
A web page featuring Indeed job results is limited to a single API request. For example, if a web page displays 20
jobs from Indeed per job search result page, the API requests for each page should be as follows:
Page 1 API request: &start=0&limit=20
Page 2 API request: &start=20&limit=20
Page 3 API request: &start=40&limit=20
Attribution
Please include the Indeed Attribution on any webpage where Indeed jobs are displayed:
Click Tracking
When you construct HTML content from this data, your HTML markup must reference a javascript file for click
tracking support. Copy the code below and paste it into the <head> section of your web page: