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.
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
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>
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
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'/>
ok great. thanks guys.