The ARF_SITE_VISIT_MV_VISITOR view provides aggregated data about site visits. The calculated values are based on information in the ARF_SITE_VISIT table. The values in each row are constrained to a particular external user, day, and site.

Column Name

Type

Length

Null Allowed

Description

NUM_VISITS

numeric

Yes

The number of site visits that correspond to the day, site and user. This value counts rows in the ARF_SITE_VISIT table.

DAY_ID

varchar

40

No

A reference to a value in the ARF_TIME_DAY.ID column.

DAY_TIMESTAMP

timestamp

No

A reference to a value in the ARF_TIME_DAY.DAY_TIMESTAMP column.

SITE_ID

smallint

No

A reference to a value in the ARF_SITE.ID column.

VISITOR_ID

integer

No

A reference to a value in the ARF_USER.ID column.

TOTAL_NUM_PAGE_VIEWS

numeric

Yes

The number of Web site page views for the user, day, and site. This value sums ARF_SITE_VISIT.NUM_PAGE_VIEWS column values that that correspond to the grouping column values.

TOTAL_DURATION_SECONDS

numeric

Yes

The total length of HTTP sessions for the user, day, and site. This value sums ARF_SITE_VISIT.DURATION_SECONDS column values that correspond to the grouping column values.

TOTAL_VISIT_DURATION_SECONDS

numeric

Yes

The total length of the periods between the first and last HTTP requests in Web site visits for the user, day, and site. This value sums ARF_SITE_VISIT.SITE_VISIT_DURATION_SECONDS column values that correspond to the grouping column values.

TOTAL_ELAPSED_DURATION_SECONDS

numeric

Yes

The total length of the periods between the first and last HTTP requests in HTTP sessions for the user, day, and site. This value sums ARF_SITE_VISIT.TOTAL_ELAPSED_DURATION_SECONDS column values that correspond to the grouping column values.

TOTAL_RES_DURATION_SECONDS

numeric

Yes

The total time that Web site visitors spend visiting a site for the user and day. This value sums ARF_SITE_VISIT.RESOURCE_DURATION_SECONDS column values that correspond to the grouping column values.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices