As per the Prosper recommendations, I put the tracking code right before the </body> tag.
Problem is, my HTML code is 14K. (Is this way over the line? Might be able to shave 1k-ish off of that, but any more and it's altering the site. Course I could gzip it or sth, but I haven't looked into browser compatibility yet.)
So I don't see all clicks in Prosper, even with reporting set to 'all clicks'. I blame this on people clicking the site away before the script has had a chance to run. I also had Piwik and Clickheat scripts on the site before that, so I changed that to have the prosper one first. We'll see how that goes.
But is there a reason the script has to be at the end of the page? If it's in the head tag, will that slow down the rest of the page loading or screw up the stats?
Finally I considered server performance issues (shared on bluehost), but this seems to happen even at very low volume.
Problem is, my HTML code is 14K. (Is this way over the line? Might be able to shave 1k-ish off of that, but any more and it's altering the site. Course I could gzip it or sth, but I haven't looked into browser compatibility yet.)
So I don't see all clicks in Prosper, even with reporting set to 'all clicks'. I blame this on people clicking the site away before the script has had a chance to run. I also had Piwik and Clickheat scripts on the site before that, so I changed that to have the prosper one first. We'll see how that goes.
But is there a reason the script has to be at the end of the page? If it's in the head tag, will that slow down the rest of the page loading or screw up the stats?
Finally I considered server performance issues (shared on bluehost), but this seems to happen even at very low volume.