Class GoogleAdsSearchads360V23ServicesCustomVariable
A custom variable.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCustomVariable : IDirectResponseSchema
Properties
ConversionCustomVariable
Resource name of the custom variable associated with this conversion. Note: Although this resource name consists of a customer id and a conversion custom variable id, validation will ignore the customer id and use the conversion custom variable id as the sole identifier of the conversion custom variable.
Declaration
[JsonProperty("conversionCustomVariable")]
public virtual string ConversionCustomVariable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value string of this custom variable. The value of the custom variable should not contain private customer data, such as email addresses or phone numbers.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |