is returning visitor
Identifying whether a visitor has been on your page before.
Using this rule requires that your application calls one of the Ninetailed's .page()
, track()
, or identify()
methods at least once. For more information, see how to send events using our SDK or API.
The is returning visitor
rule targets visitors whose current session is not their first.
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.
Examples
First Time Visitors
Present a welcome quiz to assess the preferences of first time visitors by using the condition is returning visitor: No
.
Last updated