• Resolved bisserjeta

    (@bisserjeta)


    Hi,

    Regarding the pop-up display rule ‘After visitor has visited at least X pages’ – do those visits have to be in the same session, or can they be spread across multiple sessions?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support popupshelp

    (@popupshelp)

    Hello @bisserjeta

    This rule is applied directly to local storage on user computer.
    It is shared throught browser windows, tabs and user local session.

    But if you want to make something like “Display to visitor by WordPress user ID” you can also do this by your own script, you can modify localStorage (add, remove) to achieve that effect.

    Here’s the keys you need to make your own script:
    – dayShowInterval${ID of pop-up}
    – timestampInterval${ID of pop-uo}
    Example: dayShowInterval2020

    Fell free to play with those via DevTools and see the results.

    Answer to the first question: No, they don’t have to be the same session.
    Answer to the second question: If you want to spread across your own session system you can do it using above tips.

    Thank you for the ticket,
    let us know if you need anything more.

Viewing 1 replies (of 1 total)
  • The topic ‘‘After visitor has visited at least 3 pages’ display rule’ is closed to new replies.