Any programers here or anyone experienced with Scripts

Status
Not open for further replies.

groomsxxx

Power Member
Joined
Oct 1, 2010
Messages
617
Reaction score
167
I got a script done with a pixel code for a cpa offer. I need to add a 2nd pixel code from another cpa network. anyone willing to take a quick look at my script and let me know where to add the pixel code?
PM ME IF SO. Thanks so much.
 
I had a programmer that set up my last tracking pixel for a cpa network, but hes not answering and I need this done QUICK. I need to add a second pixel for a second cpa network. This is part of the code that includes the pixel:

<script type="text/javascript">
$(document).ready( function() {
$("a").click( function() { $("#pixel_fire").html("<img src='https://cpasaw.go2cloud.org/aff_l?offer_id=632' width='1' height='1' />");
});
$("span:contains('Listings provided')").html("");
});
</script>
<noscript></noscript></div>
<div></div>
<div id="pixel_fire"></div>



im not sure how exactly to add the pixel..any special codes and such. if anyone could gladly add it in for me , I would be so thankful. heres the newest pixel

<img src="https://advertmarketing.go2jump.org/aff_l?offer_id=3394" width="1" height="1" />
 
I had a programmer that set up my last tracking pixel for a cpa network, but hes not answering and I need this done QUICK. I need to add a second pixel for a second cpa network. This is part of the code that includes the pixel:

<script type="text/javascript">
$(document).ready( function() {
$("a").click( function() { $("#pixel_fire").html("<img src='https://cpasaw.go2cloud.org/aff_l?offer_id=632' width='1' height='1' />");
});
$("span:contains('Listings provided')").html("");
});
</script>
<noscript></noscript></div>
<div></div>
<div id="pixel_fire"></div>



im not sure how exactly to add the pixel..any special codes and such. if anyone could gladly add it in for me , I would be so thankful. heres the newest pixel

<img src="https://advertmarketing.go2jump.org/aff_l?offer_id=3394" width="1" height="1" />

Depends on how your page is set up...right now looks like anytime someone clicks a link, the pixel loads. I'm assuming you want to differentiate your links, i.e. some links load the pixel for one network, other links load pixel for the other network.
 
I have the code written for you its simple but can't post links, so pm
me your skype if your interested in my solution, its free :)
 
Thanks guys. THREAD IS CLOSED!!
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top