• Resolved oliverblue

    (@oliverblue)


    I have a popup configured for mobile, but would like for it to not appear when viewed from inside a mobile app (not a browser, it’s a native app showing the page, where cookies don’t work).

    The only way I thought about disabling it inside the mobile app is to pass an argument in the URL.
    However, at least the way I tried it’s not working.

    I added the following conditions:

    (Device) (Is) (Mobile)
    (URL Query String) (Doesn’t Contain) (accessFromTheApp)

    From what I understood, the popup will only show if the above conditions are met. Therefore if I access “www.myurl.com/?accessFromTheApp” the popup should not show.

    However it is still normally showing up even from a normal browser when I try to add the URL Query String.

    What am I doing wrong?
    Or, is there a better way to disable the popup from inside an app (not browser)?

    Thank you!

    • This topic was modified 3 years, 11 months ago by oliverblue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘How to use URL Query String conditions’ is closed to new replies.