Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaEventCreateRule

An Event Create Rule defines conditions that will trigger the creation of an entirely new event based upon matched criteria of a source event. Additional mutations of the parameters from the source event can be defined. Unlike Event Edit rules, Event Creation Rules have no defined order. They will all be run independently. Event Edit and Event Create rules can't be used to modify an event created from an Event Create rule.

Inheritance
object
GoogleAnalyticsAdminV1alphaEventCreateRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaEventCreateRule : IDirectResponseSchema

Properties

DestinationEvent

Required. The name of the new event to be created. This value must: * be less than 40 characters * consist only of letters, digits or _ (underscores) * start with a letter

Declaration
[JsonProperty("destinationEvent")]
public virtual string DestinationEvent { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventConditions

Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied.

Declaration
[JsonProperty("eventConditions")]
public virtual IList<GoogleAnalyticsAdminV1alphaMatchingCondition> EventConditions { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaMatchingCondition>

Name

Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ParameterMutations

Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.

Declaration
[JsonProperty("parameterMutations")]
public virtual IList<GoogleAnalyticsAdminV1alphaParameterMutation> ParameterMutations { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaParameterMutation>

SourceCopyParameters

If true, the source parameters are copied to the new event. If false, or unset, all non-internal parameters are not copied from the source event. Parameter mutations are applied after the parameters have been copied.

Declaration
[JsonProperty("sourceCopyParameters")]
public virtual bool? SourceCopyParameters { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX