I understand the basics of pixel tracking, I'm able to insert a pixel that references an image on my tracking domain to other websites.
However, how do I increment that actual pixel count on my tracking domain? Is there some kind of log that tells me every time that pixel image was served up? Am i able to do something like:
<img src="http://www.foo.com/serveImage/getImage.php?id=5123" />
then have the getImage page, serve up the image, and increment based on the id that was passed in? or is there a better way to achieve this?
Thank you in advance.