Enum KeyEvent.Types.CountingMethod
The method by which Key Events will be counted across multiple events within a session.
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public enum KeyEvent.Types.CountingMethod
Fields
| Name | Description |
|---|---|
| OncePerEvent | Each Event instance is considered a Key Event. |
| OncePerSession | An Event instance is considered a Key Event at most once per session per user. |
| Unspecified | Counting method not specified. |