Home > Technical & Creative Skills > Programming, Servers & Scripts

What is this prosper202 script? (3)


05-19-2017 06:02 PM #1 goldenjo (Member)
What is this prosper202 script?

Sup guys,

I've been running a ripped lander for a couple days now and I hadn't figured out why the CTR was so high on it (85%). After a couple tests, I realized that the only reason it was so high was because of this script. I checked online and it's related to prosper 202. I have no idea what it does, but it doesn't seem to be stealing traffic from me because I was able to get a good performance and a number of leads with this lander.

I tried the same lander but without this little script and now the CTR is really garbage.

Any insight on what this does? --> I'm using only Voluum as a tracker by the way

Thanks !


<script>
(function(d, s) {
var js, upxf = d.getElementsByTagName(s)[0], load = function(url, id) {
if (d.getElementById(id)) {return;}
if202 = d.createElement("script");if202.src = url;if202.async = true;if202.id = id;
upxf.parentNode.insertBefore(if202, upxf);
};
load("MYVOLUUMURL", "upxif");
}(document, "script"));
</script>


05-19-2017 11:31 PM #2 Mr Baffoe (Veteran Member)

That's the landing page JavaScript. You shouldn't be sticking your Voluum URL in there It's probably loading up your offer on every page load.


05-20-2017 02:49 AM #3 goldenjo (Member)

Quote Originally Posted by Mr Baffoe View Post
That's the landing page JavaScript. You shouldn't be sticking your Voluum URL in there It's probably loading up your offer on every page load.
Thanks for your reply!

Getting rid of this script did fix my CTR


Home > Technical & Creative Skills > Programming, Servers & Scripts