Class CustomVariable
Custom variable for ads conversions.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class CustomVariable : IMessage<CustomVariable>, IEquatable<CustomVariable>, IDeepCloneable<CustomVariable>, IBufferMessage, IMessage
Constructors
CustomVariable()
Declaration
public CustomVariable()
CustomVariable(CustomVariable)
Declaration
public CustomVariable(CustomVariable other)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomVariable | 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 |