Home > Programming, Servers & Scripts > Hosting, Servers & Security

Img Pixel vs Server to Server Pixel (4)


01-18-2012 02:22 AM #1 profitable ()
Img Pixel vs Server to Server Pixel

I'm doing a media buy with an ad network, they gave me an image pixel:

Code:
<img src="https://xxxxxx.net/abc/blah.cgi?id=11111" width=1 height=1 border=0>
The offer is a mobile pin submit on Mundo Media that only allows server to server pixels.

I tried placing this on the offer:

Code:
https://xxxxxx.net/abc/blah.cgi?id=11111?id=%SUBID%
(?id=%SUBID% is a required parameter according to Mundo rep.)

The offer allowed me to place it, but the pixel is not firing at the network, can anyone give any advice on how to get this working?

P.S. I'm not using any tracking software (202, CPVLab, etc.)


01-18-2012 02:36 AM #2 polarbacon (Moderator)

get mundo to place the pixel is the only real way to do it....or get the ad network to get you a post back.....which they should have....just make sure you pass the ad networks click id thru the lp's etc your running....

other than that you would need to do some crafty php....


01-18-2012 02:42 AM #3 profitable ()

Thankss,
and for the record (i'm a code retard) the ad network's click id is the blah.cgi?id=THIS - right?


01-18-2012 02:59 AM #4 polarbacon (Moderator)

Quote Originally Posted by profitable View Post
Thankss,
and for the record (i'm a code retard) the ad network's click id is the blah.cgi?id=THIS - right?
no its what gonna get jammed in a cookie when a person clicks on the banner....its gonna be some unique number....they associate with that click


Home > Programming, Servers & Scripts > Hosting, Servers & Security