Class CustomVariable
Custom variable for ads conversions.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class CustomVariable : IDirectResponseSchema
Properties
DestinationReferences
Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.
Declaration
[JsonProperty("destinationReferences")]
public virtual IList<string> DestinationReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Optional. The value to store for the custom variable.
Declaration
[JsonProperty("value")]
public virtual 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
[JsonProperty("variable")]
public virtual string Variable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |