visited landing page

Identifying whether a visitor has visited a specific landing page.

Using this rule requires that your application sends page view data using the Ninetailed's .page() call. For more information, see how to send events using our SDK or API.

The visited viewed page rule is similar to the has viewed page rule, but targets visitors whose session began on a specific page or from a specific destination. You might use this rule to segment visitors who have visited:

  • a particular page as the first page in their session

  • from a specific search engine

  • from a blog post presented on an affiliate marketing website

  • by clicking on your ad

This rule consists of at least one where condition.

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

Traffic From an Affiliate

Capture the interest of visitors who clicked on an affiliate link:

Last updated