Class GoogleAnalyticsAdminV1alphaParameterMutation
Defines an event parameter to mutate.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaParameterMutation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameter
Required. The name of the parameter to mutate. This value must: * be less than 40 characters. * be unique across across all mutations within the rule * consist only of letters, digits or _ (underscores) For event edit rules, the name may also be set to 'event_name' to modify the event_name in place.
Declaration
[JsonProperty("parameter")]
public virtual string Parameter { get; set; }
Property Value
Type | Description |
---|---|
string |
ParameterValue
Required. The value mutation to perform. * Must be less than 100 characters. * To specify a constant value for the param, use the value's string. * To copy value from another parameter, use syntax like "[[other_parameter]]" For more details, see this help center article.
Declaration
[JsonProperty("parameterValue")]
public virtual string ParameterValue { get; set; }
Property Value
Type | Description |
---|---|
string |