Page detection
In
, a web page can be uniquely identified in different ways.By default, all web pages are detected as container objects by the Object-type-detection. On the other hand, a page can be described by a URI stem (for example, /home/page.html). However, the dynamically generated pages might require you to analyze specific query parameters. For example, a dynamic application might use an action parameter to display the appropriate page. The system permits you to tailor the methods that you use to identify pages to suit your web application.
By configuring page detection, you determine how the pages are assembled within the system:
- Edit the source of attributes — The system identifies the attributes of a page by the first hit that belongs to it (such as a redirect) or only its container object (or document object).
- Edit the page timeout — Pages are created whenever a new container hit is identified. Pages remain under construction as long as related hits are observed within the traffic. A page is released for publication after a certain period of inactivity.
To configure the source of page attributes
Specify whether the system identifies the attributes of a page by the first hit that belongs to it (such as a redirect) or only its container object (or document object).
- In the , point to Administration > Data flow settings, and click Page detection.
- On the Action menu, click Edit.
- Select one of the following options:
- To make the first hit the source of the page's attributes, click First hit.
- To make a container (or document) object the source of the page's attributes, click Container object.
- Click Save.
To configure the page timeout period
- In the , point to Administration > Data flow settings, and click Page detection.
- In the row for a given timeout condition, on the shortcut menu, click Edit.
- Enter the time value for the page timeout parameter (for example, 0 minutes, 5 seconds).
- Click Save.
To add a conditional page timeout
Specify timeouts for pages specified by the regular expression.
- In the , point to Administration > Data flow settings, and click Page detection.
- In the row for a given timeout condition, on the Action menu, click Add.
- Enter the time value for the page timeout parameter.
- To identify the particular page for which you are specifying the timeout, in the Expression box, enter an expression.
- Click Save.
Related topics
Object-type-detection
Session-detection
Configuring-the-reporting-of-page-render-time
Detecting-web-beacons