![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This chapter provides information on accessing and working with the Analytics Administration console. It includes the following topics:
To access Analytics Administration:
This section contains the following topics:
The Runtime Settings page lets you configure timeout periods, enable portlet view and response time data capture, and choose the format of export reports. The timeout settings that you specify on the Runtime Settings page are only for Oracle WebCenter Analytics reporting purposes; there is no relationship between these timeout settings and other portal timeout settings.
The following table describes the timeout settings that you can configure.
The following table describes the portlet view/response time settings that you can configure.
Select the check box to enable the collection of portlet view and response time data. Portlet view data is reported on the Portlet Views console page. Response time data is reported on the Portlet Metrics - Response Time console page. By default, the collection of portlet view and response time data is disabled.
For guidelines on capturing portlet view and response time data, see Restricting Portlet View Data.
|
The following table describes the portal reports settings that you can configure.
Note: | The Summary Metrics - Users and Summary Metrics - Duration reports have been deprecated and are disabled by default. You can continue to use these reports in this release, but they will not be available in future releases. |
The following table describes the export report settings that you can configure.
|
The Security Settings page lets you control the data that users can access in Oracle WebCenter Analytics reports. On this page, you can add and remove roles, and launch the Edit Role window to make changes to the role (changes include adding and removing role members, capabilities and user properties to and from roles, and adding global filters to roles).
A user’s roles and capabilities are retrieved by Oracle WebCenter Analytics when the user’s session is being established. If you make changes to a user’s roles or capabilities when that user is logged in, that user’s access to Oracle WebCenter Analytics data does not change until they log off or their session expires.
The Super Users role grants members of the role to one or more capabilities and user properties. By default, in clean (non-upgraded) Oracle WebCenter Analytics 10.3 installations, the administrator user is assigned to the Super Users role with only the Application Write capability. If you upgraded to Oracle WebCenter Analytics 10.3, the Super Users role retains the members, capabilities, and user properties that it contained in the previous version of Oracle WebCenter Analytics.
Note: | The Analytics User Property Sync Job must be executed to display any new User Properties. The User Property Sync Job exists in the Analytics Jobs subfolder within the Analytics subfolder of the Admin Objects directory. |
Removing the Super Users role deletes it from the system. To add the Super Users role again, you must re-create it.
The following table describes the capabilities that you can assign to roles.
Lets the role use the All/Top/Bottom display options. The reports that include these display options are:
|
|
In the Edit Role window, you can use global filters to restrict which events are included in a report. For example, you can create a filter that excludes the user accounts of the company executives from reports so that other users cannot view the executives' portal activity. Filters can be grouped by filter sets, and you can require that any or all filters in a filter set be met for a filter set to be applied. When a user views a report in the Analytics Console or an Oracle WebCenter Analytics portlet, the results are restricted by all filter sets that have been applied to all roles to which the user is assigned.
To create a new global filter set in the Edit Role window:
Select All Events if you want this filter set to be applied to all events.
If you do not specify a name for the filter set, Oracle WebCenter Analytics sets a name based on the filters in the filter set.
This section discusses the configuration of Analytics Administration’s Partition Settings page. For guidelines on archiving and restoring partitions in your Oracle WebCenter Analytics database, see Archiving and Restoring Partitions.
Oracle WebCenter Analytics data is segregated into month-by-month partitions in the database. The Partition Settings page lets Portal Administrators specify the number of data partitions that are accessible to Oracle WebCenter Analytics reports. The Analytics Engine regularly scans each data partition that is accessible. For this reason, you can have more control over system performance by limiting the number of accessible partitions to only those that are needed.
At the beginning of each month, the system creates a new partition and stores all new Oracle WebCenter Analytics data in that partition until the month ends.
Note: | You also use the Partition Settings page to refresh database views after archiving or restoring partitions. To do so, click Finish. If you do not refresh the database views, Oracle WebCenter Analytics reports will fail. |
The Scrolling View Window, which you configure on the Partition Settings page, is a rolling database view that changes month-to-month. For example, suppose that on August 5, you enable the Scrolling View Window and set its size to 4 months. The following occurs:
The Scrolling View Window makes data from 4 months available: May, June, July, and August. (Note that even though the month of August has not completed, the Scrolling View Window makes data from the August partition available so that the most current data appears in Oracle WebCenter Analytics reports).
On September 1, the Scrolling View Window scrolls one month forward and makes data from the June, July, August, and September partitions accessible. Though the Scrolling View Window removes the May partition from view, the partition and its data is still stored in the database. In this example, if in December of the same year the Portal Administrator wanted to make the data from the May partition available to reports, he or she would increase the Scrolling View Window size to 8 months so that it includes the May to December time frame.
To set the number of months, that are accessible to Oracle WebCenter Analytics reports, first enable the Scrolling View Window, then specify the number of months: between 3 and 60. Data from monthly partitions that do not fall within the Scrolling View Window size is made unavailable to Oracle WebCenter Analytics reports.
Note: | If you do not enable the Scrolling View Window, all data from all partitions is accessible to Oracle WebCenter Analytics reports. |
At any time, you can click Preview on the Partition Settings page to view a chart that displays a representation of all partitions and indicates whether they are available or unavailable to Oracle WebCenter Analytics reports:
The Event Registration feature lets Portal Administrators and developers register custom portal and non-portal events that are sent to Oracle WebCenter Analytics using the OpenUsage API. Event data is saved to the Oracle WebCenter Analytics database, which can then be queried for reporting to a non-portal application. This feature's user interface includes the Event Registration and Create Event pages.
Use the Event Registration page to:
An event typically defines one user action that you would like to capture. Each event is composed of several event parameters, which defines the various kinds of data that is generated by the event. By default, each event includes the USERID, TIMEID, VISITID, and OCCURRED event parameters (for more details on these parameters, see Delivered Parameters).
Event Registration also lets you create your own event parameters to capture data that is not defined by the delivered defaults. To capture data of type Date, Integer, or Float, simply create an event parameter for that data type. To capture data of type String, you must create a dimension to define this data (a dimension defines data of type String). After you create the dimension, you must create a new event parameter of type String, and associate it to the dimension that you created.
Note: | We recommend that you do not create too many dimensions, since they slow down the speed of data collection and reporting. |
Event Registration also lets you use dimensions from your own application's tables. To do so, create a parameter of type Integer. Then, using your database schema, map the parameter to the ID column in your dimension table.
The Managed Dimensions section of the Event Registration page lets you create custom dimensions to define data of type String.
To use a dimension, you must associate it to an event parameter on the Edit Event page. You can associate a dimension to multiple event parameters and use that dimension in multiple events.
Dimension names can be up to 20 characters in length and can only include letters, numbers, spaces, and underscores.
The names that you create only define how dimensions appear on the Event Registration page. In the database, custom dimension tables use the following naming convention: ascdim_dimension_name (spaces in dimension names are replaced by underscores).
Note: | You cannot remove or change the name of a dimension after clicking Finish on the Event Registration page. |
To store only unique values in this dimension's table, check Unique.
Note: | In the database, dimension tables using the naming convention asdim_dimension_name store events that are generated by the portal; they do not store custom events. For descriptions of these tables, see the Oracle WebCenter Analytics Database Schema document. |
The Create Event page lets you define the event name and parameters that are included in the event. After you define the event and its parameters, click Finish to save an event and create its fact table in the database. Access the Create Event page by clicking Add on the Event Registration page.
Note: | After you save an event, you cannot change the names of the event and its parameters; you also cannot delete parameters from an event. You can, however, add parameters after saving an event. |
Event names can be up to 14 characters in length and can only include letters, numbers, spaces, and underscores.
Note: | You must set the OpenUsage API to send data to the fact table using the event name that you specified on this page, not its column name in the database. |
Table names are read-only, and define the name of the fact table that will store the event's data. Custom event tables use the following naming convention in the database: ascfact_event_name (spaces in event names are replaced with underscores). For complete details on the fact tables that are delivered with Oracle WebCenter Analytics, see Working with Delivered Fact Tables.
Parameter names can be up to 14 characters in length and can only include letters, numbers, spaces, and underscores. Use this parameter name when passing parameters with the OpenUsage API.
Note: | You cannot remove or change the name of a parameter after clicking Finish on the New Event page. |
The following table describes the parameters that are delivered with Oracle WebCenter Analytics which are, by default, included in every event:
|
|||
To begin saving an event’s data, select the check box next to an event on the Event Registration page and click Enable. By default, the BEA AL Analytics Collector service starts saving the event's data 30 minutes after you click Enable.
To stop saving an event’s data, select the check box next to an event on the Event Registration page and click Disable. You can edit events even when they are disabled. By default, the BEA AL Analytics Collector service stops saving the event's data 30 minutes after you click Disable.
Users who have access rights to the Analytics Administration web service have the ability to access the Analytics Administration console by way of its URL, even if these users are not administrators (administrators have access to the Analytics Administration console by way of the portal user interface).
To prevent users from accessing Analytics Administration by way of its URL, remove the users’ access rights to the Analytics Administration web service. For details, see Administrator Guide for Oracle WebCenter Interaction.
If you want users to access Analytics Administration by way of its URL, you must grant these users (at minimum) Read access to the Analytics Administration web service.
![]() ![]() ![]() |