Indeed Sponsored Feed.
Hi Spartac,
Indeed has stated my jobs feed needs to be modified before they can turn on their sponsored feed. I received this response today from them:
I QA the integration and here are some changes that need to be made:
1) Javascript- the java script code should alwasy be placed above Indeed jobs. Right now your are displaying this: <script type='text/javascript' src='http://www.indeed.com/ads/apiresults.
js?ver=3.6'></script
We are looking for this:
<script type="text/javascript"
src="http://gdc.indeed.com/ads/apiresults.
js"></script>
2)Onmousedown element- Right now you are displaying this on every job URL we return through the feed:
<a rel="nofollow" target="_blank" href="http://www.indeed.com/viewjob?jk=5e4ebed7b7a4b318&qd=9VKFyOuhWGufnDdTyEK mhsjY5dpJEfX9zRUk8AcrcV2ZEppBzLOcvH31_kA1tAU7exJ1d sK6qjkKZu3DOaxaywopQA-No9ApTDZbQFxYsRA&indpubnum=xxxxxxxxxxxxxxxx&atk=18 2h1h0jo19ti78c">Publicity Associate</a>
We are looking for something like this:
<a onmousedown="indeed_clk(this, '589');" target="_blank" href="http://www.indeed.com/viewjob?jk=5e4ebed7b7a4b318&qd=9VKFyOuhWGufnDdTyEK mhsjY5dpJEfX9zRUk8AcrcV2ZEppBzLOcvH31_kA1tAU7exJ1d sK6qjkKZu3DOaxaywopQA-No9ApTDZbQFxYsRA&indpubnum=xxxxxxxxxxxxxxxx&atk=18 2h1h0jo19ti78c">Publicity Associate</a>
The onmousedown number should be unique to every API call.
3)User IP- Can you confirm that you are sending through the end user's ip on every API call?
I've attempted to have the Jobroller devs answer this but apparently they don't know what I'm talking about. I do see the theme-indeed.php file in the includes. Would you know if this is an easy change to implement?
I'd really appreciate it.