+

Search Tips   |   Advanced Search


Analyzing user behavior by Active Site Analytics

You can collect data about user behavior in the portal and send that data to a service for analysis. For this purpose the portal provides Active Site Analytics (ASA).

The portal provides a rich set of page metadata as part of its themes and skins. Examples are:

You can write scripts to retrieve the data. Such scripts are called aggregators. The portal Tab Menu - Page Builder theme includes two sample aggregators asa_sample.js and asa_dojo_sample.js.

You can customize these or write your own aggregators to collect page metadata such as the ones listed above and more. For the samples, refer to the topic Writing an aggregator for active site analytics.

Administrators add the aggregator scripts to pages as required. When they do this, the aggregator is injected into markup of the page the next time it is rendered. You can select the point of injection arbitrarily; for example, this can be just before the closing body tag of the HTML markup. Refer to the following flow graphic:


Parent topic:

Analyzing portal usage data