Module: Google::Analytics::Admin::V1alpha::ConversionEvent::ConversionCountingMethod

Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

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

Constant Summary collapse

CONVERSION_COUNTING_METHOD_UNSPECIFIED =

Counting method not specified.

0
ONCE_PER_EVENT =

Each Event instance is considered a Conversion.

1
ONCE_PER_SESSION =

An Event instance is considered a Conversion at most once per session per user.

2