Show / Hide Table of Contents

Class EventParameter

Event parameter for GA4 events.

Inheritance
object
EventParameter
Implements
IMessage<EventParameter>
IEquatable<EventParameter>
IDeepCloneable<EventParameter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX