Class EventParameter
Event parameter for GA4 events.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class EventParameter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParameterName
Required. The name of the parameter to use.
Declaration
[JsonProperty("parameterName")]
public virtual string ParameterName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Required. The string representation of the value of the parameter to set.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |