Help changing the Indeed API
Fellow Jobroller users,
It seems the Indeed integration only gives the opportunity to measure the views, not the clicks and job earnings. Sadly I'm not very technical, hence my question.
I've got all the changes that are needed as followed:
onmousedown - this is not present and is essential to track clicks correctly.
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: <a onmousedown="indeed_clk(this,'8383');" href="http://www.examplejobboard.com/job?id=15">Example Job
Title</a>
Attribution - , this is the code for this.
<span id=indeed_at><a href="http://www.indeed.nl/">Vacatures</a> van <a
href="http://www.indeed.nl/" title="Vacatures zoeken"><img
src="http://www.indeed.com/p/jobsearch.gif" style="border: 0;
vertical-align: middle;" alt="Vacatures zoeken Indeed"></a></span>
Could someone either show or explain where I need to change or add this piece off code to my files?
Help would be greatly appreciated.
Kind regards