Updated on 2025-11-19 GMT+08:00

Custom Statistics Collection

WebEvent is a collector to collect custom statistics information. The information includes the categories, names, descriptions, units, data types, and default aggregation modes of metrics.

Table 1 Custom statistics metrics (WebEvent)

Category

Metric

Name

Description

Unit

Data Type

Default Aggregation Mode

Custom statistics metric set (CustomEvent)

total

Total Trigger Times

Total number of trigger times

-

INT

SUM

url

Last URL

URL of the last loaded page

-

STRING

LAST

customKey

Event Name

Event name

-

STRING

LAST

strVal

Event Value

Event value

-

STRING

LAST

pv

PV

Total number of page views

-

INT

SUM

uv

UV

Total number of unique visitors

-

INT

SUM

avgNumVal

Avg. Event Value

Average event value

-

DOUBLE

AVG

maxNumVal

Max. Event Value

Maximum event value

-

DOUBLE

MAX

minNumVal

Min. Event Value

Minimum event value

-

DOUBLE

MIN