Indeed performance tracking
I'm not sure if this is possible with the way the Indeed integration is setup. But I wouldn't mind knowing some stats on the Indeed feed. Such as which websites are performing better and which pages get the most views or clicks.
Per Indeed:
Click Tracking
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:
<script type="text/javascript"
src="http://gdc.indeed.com/ads/apiresults.
js"></script>
That seems pretty straight forward. Have to manually put that into the <head> section, but which PHP file if we want to apply click tracking throughout the entire site?
And for tracking multiple sites per Indeed:
Channels
Append channel names to API requests to view individual performance for multiple websites.
Add new channel?
Append channel name to API requests in the following format:
&chnl=xxxxxxxxxxxxxxx
Is there any recommended way to do this with Jobroller? It'd be awesome if indeed integration in jobroller had an input box for custom channels.
Thank you.