is returning visitor
Segment visitors based on whether they have visited your site before.
The
is returning visitor
rule targets visitors whose current session is not their first.Using this rule to define an audience requires that your application calls one of the Ninetailed SDK's
.page()
, track()
, or identify()
methods at least once. For more information check the events guide.Ninetailed defines a session as of a period of interaction with no more than 30 minutes of inactivity. A profile will begin a new session when triggering a new Ninetailed event after this timeframe.

This rule consists solely of a boolean to assess if the current session is the visitor's first session (
No
) or if the visitor has been to your site before (Yes
).Present a welcome quiz to assess the preferences of first time visitors by using the condition
is returning visitor: No
.
Last modified 2mo ago