Home > Technical & Creative Skills > Tracking Campaigns

Media Buy JAVA pixel heaache (6)


08-31-2012 06:04 AM #1 shoent (Member)
Media Buy JAVA pixel heaache

ok so i cant figure this out for the life of me. A few ad networks i buy media from give me a javascript pixel to place (they dont have iframe or image) for some odd reason. ok cool so i take the pixel and place it on the offers im running. Well these damn things never fire for me on hitpath or hasoffers networks. Im thinking there has to be some solution for this, but cant dont know what to do . so i come to the brains at STM for some guidance.

thanks.


08-31-2012 06:15 AM #2 tijn (Moderator)

are you placing it with a <script tag

ie:

<script type="text/javascript" src="//domain.com/path/page.js?blablabla"></script>

(drop the http: so it works with https and http)

for hitpath make sure you use the raw text pixel type and again using a <script tag like the one above

if you have and its still not working then there is probably something wrong with a) the merchants thank you page, or b) the adnetwork that gave you the pixel


08-31-2012 06:21 AM #3 shoent (Member)

this is what the source is supplying me with. what should i do?


<!-- source.com Conversion Pixel for me,offername-->
<script type="text/javascript">
var SWJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + SWJsHost + "pixel.losr.com/conversion?id=10416' type='text/javascript'%3E%3C/script%3E"));
</script>
<noscript>
<img height='1' width='1' alt='' src='http://pixel.losr.com/saletracking.aspx?goalid=10416&noscript=1'/>
</noscript>


08-31-2012 06:24 AM #4 tijn (Moderator)

paste the whole thing as a raw pixel in hitpath and as a HTML/JS pixel in Has Offers

if that still doesnt work you can use the bit under noscript to get your image pixel

http://pixel.losr.com/saletracking.a...416&noscript=1


08-31-2012 10:19 AM #5 nusolutionz (Veteran Member)

yeah like tijn said if it doesnt work just use this as a regular image pixel

<img height='1' width='1' alt='' src='http://pixel.losr.com/saletracking.aspx?goalid=10416&noscript=1'/>


08-31-2012 04:41 PM #6 shoent (Member)

ok great. thanks guys.


Home > Technical & Creative Skills > Tracking Campaigns