Link to home
Start Free TrialLog in
Avatar of eezar21
eezar21

asked on

Tracking a Gif or Jpeg image

Hi,

I need to place some advertising with an ad network, however the only format that they will accept is an image file (gif or JPEG) and a clickthru URL. However I want to make sure that I can see where my advertising is being placed and be able to count impressions.  I have a tracking pixel similar to this one:


<script type='text/javascript' src='http://eu.projectsunblock.com/system/pixel.php?a=229&c=127&js=1'></script>

However because there is no way to give them a redirect tag (i.e. a doubleclick tag) I can't implement this.  It is no good trying to append this to the Click URL as I need to keep track of impressions - not clicks.

Is there a way that I can embed this pixel/code into the image, or another work around?

I'm really stuck and I don;t want to spend my money unless I can track, and I don't want to rely on or trust the stats of the network.

Thanks
Avatar of strickdd
strickdd
Flag of United States of America image

Your best option is to give a URL to the image directly and set up web site monitoring tools to count the number of loads on that image. You "cannot" embed code into an image. That would be a HUGE security flaw. The reason I quoted cannot is because there was a flaw in JPEG files with IE that would allow javascript code to execute but it has since been patched.
Avatar of eezar21
eezar21

ASKER

Yeah, sadly the only option I have is to upload either a Gif, JPEG or PNG, and not a URL.

thanks
ASKER CERTIFIED SOLUTION
Avatar of strickdd
strickdd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial