Class EventParameter
Event parameter for GA4 events.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class EventParameter : IMessage<EventParameter>, IEquatable<EventParameter>, IDeepCloneable<EventParameter>, IBufferMessage, IMessage
Constructors
EventParameter()
Declaration
public EventParameter()
EventParameter(EventParameter)
Declaration
public EventParameter(EventParameter other)
Parameters
| Type | Name | Description |
|---|---|---|
| EventParameter | other |
Properties
ParameterName
Required. The name of the parameter to use.
Declaration
public string ParameterName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Required. The string representation of the value of the parameter to set.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |