Looking for a JavaScript coder

Status
Not open for further replies.

lmxftw

BANNED
Joined
Mar 11, 2013
Messages
1,010
Reaction score
1,181
i am looking for someone to help me with a project on firing tracking pixels with embedded URL's

basically what i need you to do is rewrite some URL's in order to get the tracking pixels to fire correctly without actually having to visit the website

i am looking for an automated or worst case scenario semi-automated (template) solution that will rewrite the URL string with the variables i give

Code:
string.format("{0}{1}{2}{3} ... {etc}",string0,string 1 ... string etc);

also you should be able to help me understand what the parameters of a given URL string do :D

willing to pay / JV
 
ok i got the string thingy solved... anyone who can make a javascript fire on a simple visit ?

it's just for a tracking pixel ladies and gentlemen ... nothing malicious!
 
Please describe your problem step by step then maybe I could help you.
 
Make it fire on visit?
You mean, run the javascript when the page loads?

If you'd like to discuss it more you can PM me your skype.

Just to help, I don't need money.
 
To fire a pixel with javascript you will need to create either an img element or iframe element, set the src attribute to the pixel URL and insert that object into the documents DOM. The browser will then try to load the resource either the image or the iframe thus calling the pixel.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top