Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AudienceEventTrigger.
Specifies an event to log when a user joins the Audience.
Generated from protobuf message google.analytics.admin.v1alpha.AudienceEventTrigger
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ event_name |
string
Required. The event name that will be logged. |
↳ log_condition |
int
Required. When to log the event. |
getEventName
Required. The event name that will be logged.
Returns | |
---|---|
Type | Description |
string |
setEventName
Required. The event name that will be logged.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLogCondition
Required. When to log the event.
Returns | |
---|---|
Type | Description |
int |
setLogCondition
Required. When to log the event.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |