Google Analytics Admin V1alpha Client - Class LogCondition (0.31.2)
Stay organized with collections
Save and categorize content based on your preferences.
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
Name
Description
value
mixed
static::value
Parameter
Name
Description
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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]