Recent content by kallweit

  1. K

    GETTING POPUNDERS TO WORK

    my current setup is this: document.addEventListener("DOMContentLoaded", function() { // Generate a random number to decide between link1 and link2 const randomChoice = Math.random() < 0.5 ? 'https://example.com/link1' ...
  2. K

    GETTING POPUNDERS TO WORK

    i need some help with getting a pop under to work properly. everytime it pops the page over the current page not under im trying to get a link to do a pop under and redirect to a 3rd party offer. i used gpt to help me and run into the same issue of page popping over. claude ai is no help since...
  3. K

    Hello Happy to join BHW

    welcome
  4. K

    Hello

    happy to join BHW
  5. K

    I will attempt to build my own email server on a VPS hosting today

    How do I segment opens/unopens? I normally segment out 5 day unopens on my regular ESPs but have yet to figure it out on mailwizz
Back
Top