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 \ AudienceEventTriggerMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOG_CONDITION_UNSPECIFIED
Value: 0Log condition is not specified.
Generated from protobuf enum LOG_CONDITION_UNSPECIFIED = 0;
AUDIENCE_JOINED
Value: 1The event should be logged only when a user is joined.
Generated from protobuf enum AUDIENCE_JOINED = 1;
AUDIENCE_MEMBERSHIP_RENEWED
Value: 2The 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;