Module: Google::Analytics::Admin::V1alpha::KeyEvent::CountingMethod
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
The method by which Key Events will be counted across multiple events within a session.
Constant Summary collapse
- COUNTING_METHOD_UNSPECIFIED =
Counting method not specified.
0
- ONCE_PER_EVENT =
Each Event instance is considered a Key Event.
1
- ONCE_PER_SESSION =
An Event instance is considered a Key Event at most once per session per user.
2