countingMethod property

String? countingMethod
getter/setter pair

The method by which conversions will be counted across multiple events within a session.

If this value is not provided, it will be set to ONCE_PER_EVENT.

Optional. Possible string values are:

  • "CONVERSION_COUNTING_METHOD_UNSPECIFIED" : Counting method not specified.
  • "ONCE_PER_EVENT" : Each Event instance is considered a Conversion.
  • "ONCE_PER_SESSION" : An Event instance is considered a Conversion at most once per session per user.

Implementation

core.String? countingMethod;