When Should I Show and Not Show a Floating Popup?
Floating popups should be triggered at the right moment to avoid disrupting the user:
Good times to show:
- After 5–10 seconds on a page.
- When users scroll to 50% of content.
- On exit intent (about to leave the site).
When not to show:
- Immediately on page load, especially on mobile.
- Repeatedly to the same user without respecting frequency caps.
In Gleam, you can configure these triggers under Rules & Triggers for a tailored experience.
See Next Article
Can a Popup Be Shown Only in Certain Parts of My Site?
Yes, you can show popups only on selected pages or sections of your website using display rules. Click to learn how targeting works in Gleam.