Google Analytics Admin V1alpha Client - Class LogCondition (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class LogCondition.

Determines when to log the event.

Protobuf type google.analytics.admin.v1alpha.AudienceEventTrigger.LogCondition

Namespace

Google \ Analytics \ Admin \ V1alpha \ AudienceEventTrigger

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

LOG_CONDITION_UNSPECIFIED

Value: 0

Log condition is not specified.

Generated from protobuf enum LOG_CONDITION_UNSPECIFIED = 0;

AUDIENCE_JOINED

Value: 1

The event should be logged only when a user is joined.

Generated from protobuf enum AUDIENCE_JOINED = 1;

AUDIENCE_MEMBERSHIP_RENEWED

Value: 2

The event should be logged whenever the Audience condition is met, even if the user is already a member of the Audience.

Generated from protobuf enum AUDIENCE_MEMBERSHIP_RENEWED = 2;