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
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>
That's the landing page JavaScript. You shouldn't be sticking your
It's probably loading up your offer on every page load.