Jump to content

vtoshach

Approved members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by vtoshach

  1. Did you get an answer for this? Or did you try it out? I have the same problem. I named my location adserver and want to change it after finding out AdBlock blocks it. What locations do I need to update to make sure I don't use the word AdServer and will that work ?
  2. Solved. In case anyone else needs this: I needed to append the URL with a session id. Mine is actually called Sessiontab. Where the zone is defined in the JS code, I added this to it: &sessiontab=" + document.querySelector('[name=SESSIONTAB]').value); So this is what it would look like: document.write ("?zoneid=6&sessiontab=" + document.querySelector('[name=SESSIONTAB]').value); On the adserver where I enter the information for the banner, I needed to add a variable to the URL. It looks like this: &sessiontab={sessiontab} I used ampersand, because I already used a ? in the string.
  3. Yes. But its called Sessiontab=XX with XX not known until user logs in So how would I add that to the invocation code?
  4. Hi I need help with my JS code. I need to be able to pass a random session ID to the URL link for a banner. The site sets it when users login. I need my code to remember it when a user clicks on the banner. The hidden value on the page is name="SESSIONTAB". I would like to add it to the invocation JS code.
×
×
  • Create New...