Skip to main content
DannyPancratz
VIP ⭐️⭐️⭐️⭐️⭐️
April 2, 2026
Solved

Qualification Scope for COMPLETING Engagement one time

  • April 2, 2026
  • 2 replies
  • 37 views

think this is right, but want to double check. 

Use case: a welcome message for a Beta program. 

  • I want each user to complete the engagement once
  • Interval set up is designed to show it up 3 times in the event they do not complete it on first visit
    • close their browser / click close button (it is hidden with css, but still there)
    • only see it one per day, but they’d see it a second and third time on other days they log-in if they haven’t yet completed it
    • On completion quit = they don’t see it again, yes? 

 

 

    Best answer by rschlette

    That logic looks great. The only thing not explicitly on the page with Intervals is the necessity for a new session on subsequent views. Since your repetition interval is 1 day, users will certainly have had up to 30 minutes of inactive time in the app, which will result in a new session. Then ‘quit’ on complete. Looks great

    2 replies

    rschlette
    rschletteAnswer
    Expert ⭐️
    April 2, 2026

    That logic looks great. The only thing not explicitly on the page with Intervals is the necessity for a new session on subsequent views. Since your repetition interval is 1 day, users will certainly have had up to 30 minutes of inactive time in the app, which will result in a new session. Then ‘quit’ on complete. Looks great

    DannyPancratz
    VIP ⭐️⭐️⭐️⭐️⭐️
    April 2, 2026

    @rschlette Thank you! Much appreciated. 

    FYI: I am no longer active in this community