This is a guest blog post by Josh Feldman who is the director of technology and informational security over at the AKMG affiliate network.
If you like using the new pixel tracking addition, you may have noticed it does not work on secured https:// (SSL) sites. The reason for this is because the tracking202 pixel is by default un-secured http://. In order to make the pixel tracking work on secured sites you have to do extra modification. In this guest blog post by Josh, he tells you how to get your pixels to work on secured sites.
We met the AKMG during this years' Affiliate Summit East. I can personally say they are a great bunch of people, extremely helpful, and they have a wide array of different search offers to run with. They have two offices, one in Santa Monica, CA and another in Miami Beach, FL. If you haven't signed up yet with AKMG, try signing up and see what their network has to offer.
-- By Josh Feldman (AKMG) --
Hello all!
We have written a simple functionality bridge for this situation.
This solution:
- Allows users to fire non-secure (http) pixels from a secure(https) required piggyback parent.
- Allows users to have 100% control over pixel management, including how many pixels need to be piggybacked.
- Allows users to create 'sets' of pixels based on preference.
- Allows users to intertwine multiple sets of pixels.
You will need to host the code below on any domain with an SSL certificate installed in a '.js' file of your choice. Simply make sure your piggyback URL points to 'https://yourdomain.com/yourFile.js':
// MultiPixel-Script JS - v2.0 - AKMG
// USE SYNTAX: document.write('xxxx');
// - where, xxxx should be your <img src=.... pixel
// Contact Josh Feldman (Josh@akmg.com) with any questions
// EXAMPLE:
//document.write('<img height="1" width="1" border="0" src="http://www.myprosperhostedomain.com/tracking202/static/px.php?acip=12345"/>');
//
// You can place as many pixels as you'd like here!
// - Make sure that your piggyback URL points to this JS file!
That's it! You can use google pixels, msn pixels, yahoo pixels- whatever you'd like! This has been proven to work for our clients who needed a workaround!
Remember that anything can be done. There's no such thing as incompatibility: http://www.akmg.com/blog/josh-blogs/the-bridge-of-compatibility/
Give us a ring or shoot us a mail - we'd love to hear from you!
Best,
Josh Feldman
Director of Technology and Information Security



Valentino Vaschetto on Oct 06, 2008 at 5:19pm
Josh thanks for the script, I've had to help a few people with their installations and this is something that keeps coming up. Usually I would help them get another ip, configure ssl and get a certificate.. this method is much easier and also allows you to fire google conversion pixels much easier (well, until the new version of prosper comes out with third-party pixel firing support! (I'm crossing my fingers it will))
Josh Feldman on Oct 06, 2008 at 5:46pm
Valentino,
You are more than welcome! Glad we could help.
Thanks,
Josh
Director of Technology
AKMG
www.akmg.com
abcd on Oct 11, 2008 at 8:48pm
Are there any free SSL certificates out there?
Thanks
Wes Mahler on Oct 11, 2008 at 9:59pm
I believe there are, I know they are out there, you'll have to search around.
john w on Oct 25, 2008 at 8:09am
Hey I set this up, but I was thinking. Why can't I just install the SSL cert on my tracking domain?
john w on Oct 25, 2008 at 8:10am
Hey I set this up, but I was thinking. Why can't I just install the SSL cert on my tracking domain?
Wes Mahler on Oct 25, 2008 at 4:40pm
Hey John, that'd be one way to do it as well! and then make your pixels https:// instead of http://