Show / Hide Table of Contents

Class ItemCustomVariable

Item-level custom variable for ads conversions.

Inheritance
object
ItemCustomVariable
Implements
IMessage<ItemCustomVariable>
IEquatable<ItemCustomVariable>
IDeepCloneable<ItemCustomVariable>
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 ItemCustomVariable : IMessage<ItemCustomVariable>, IEquatable<ItemCustomVariable>, IDeepCloneable<ItemCustomVariable>, IBufferMessage, IMessage

Constructors

ItemCustomVariable()

Declaration
public ItemCustomVariable()

ItemCustomVariable(ItemCustomVariable)

Declaration
public ItemCustomVariable(ItemCustomVariable other)
Parameters
Type Name Description
ItemCustomVariable other

Properties

DestinationReferences

Optional. Reference string used to determine which of the [Event.destination_references][google.ads.datamanager.v1.Event.destination_references] the custom variable should be sent to. If empty, the [Event.destination_references][google.ads.datamanager.v1.Event.destination_references] will be used.

Declaration
public RepeatedField<string> DestinationReferences { get; }
Property Value
Type Description
RepeatedField<string>

Value

Optional. The value to store for the custom variable.

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

Variable

Optional. The name of the custom variable to set. If the variable is not found for the given destination, it will be ignored.

Declaration
public string Variable { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX