Posting dynamic Parameter in Lander

Morfeuz

Active Member
Joined
Jan 4, 2019
Messages
96
Hello Everyone,

I need a little help as I am stuck with posting a dynamic parameter in my lander. I got this idea from @BeMob blog.

I used the script they suggested and have checked my page multiple times but the tag is not passing to my lander butI do see the tag in the address bar, which lets me know the front part is working.

In the JS they have some crazy characters going on which I can't remember the name of it but @Nick was talking about in another post. (I think about cleaning a lander)

below is part of the JS with those special charaters.

name = name.replace(/[\[\]]/g, "\\$&");

I have been in contact with BEMob support and they are helping out but I'm just trying to find a faster solution.

Just some thoughts:

the script is placed in the header tag
<script>document.write(getParameterByName('p1'))</script> is what I am using in the body to call up the p1 tag

any help is appreciated.

Thanks,
 
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top