Prerequisites

About the Visitor Activity report

The Visitor Activity report shows the number of visitors on your website during a given time period. It allows you to track usage trends and to see the number of visitors at specific times. You can filter results by segments and outcomes. For more information about the availability of data in this report, see About analytics data.

View the Visitor Activity report

In Admin in Genesys Cloud CX, open the Visitor Activity Report.

Configure the Visitor Activity report

  1. Select the date range for the report.
  2. Specify whether you want to see hourly or daily results. For more information, see Granularity.

Filter by segments and outcomes

  Feature coming soon: Customer segments

You can filter by any combination of session segments and outcomes. You cannot filter customer segments.

  1. Search for segments and outcomes by their names.
  2. Select up to five session segments and five outcomes to filter.
  3. To remove an item, click its X.
Note: You can select active segments that display to agents. For more information about configuring these options, see Manage segments.

Filter by device category

You can filter the report by device categories.

  1. Select “Device,” “Category,” and the device category to filter.
  2. Filter the report .

Filter by device type

You can filter the report by device type.

  1. Select “Device” and “Type.”
  2. Select the device type to filter:
    • If the device type is in the list, click it.
    • To search for the device type, type the first few letters of its name (not case-sensitive) and then click it.
    • To specify a device type not in the list, select “Other” and then type the device type (case-sensitive) in the box. For examples of device types, see Types of visitor attributes.
  3. Filter the report.

View report details

To view details, rest your mouse on a point on the report.

Export the Visitor Activity report

You can export details of the Visitor Activity report to a CSV (comma-separate value) file.

  1. Configure the report so that it displays the data that you want.
  2. Download the report. The system downloads the report to your local Downloads folder.

About time values in exported reports

When you export a Visitor Activity report, the name of the exported file includes from- and to- timestamps in the standard ISO-8601 format (mmhhddmmyyyy).

If you import the CSV file into Excel, use the following formula to convert the ISO-8601 time formatted-cell to the Date type:

=DATEVALUE(MID(A1,1,10))+TIMEVALUE(MID(A1,12,8))”

(A1 represents the cell location of the first ISO-8601 time formatted cell in the Excel worksheet.)