Class GoogleAdsSearchads360V0ResourcesConversionCustomVariable
A conversion custom variable. See "About custom Floodlight metrics and dimensions in the new Search Ads 360" at https://support.google.com/sa360/answer/13567857
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesConversionCustomVariable : IDirectResponseSchema
Properties
Cardinality
Output only. Cardinality of the conversion custom variable.
Declaration
[JsonProperty("cardinality")]
public virtual string Cardinality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomColumnIds
Output only. The IDs of custom columns that use this conversion custom variable.
Declaration
[JsonProperty("customColumnIds")]
public virtual IList<long?> CustomColumnIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Family
Output only. Family of the conversion custom variable.
Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FloodlightConversionCustomVariableInfo
Output only. Fields for Search Ads 360 floodlight conversion custom variables.
Declaration
[JsonProperty("floodlightConversionCustomVariableInfo")]
public virtual GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo FloodlightConversionCustomVariableInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo |
Id
Output only. The ID of the conversion custom variable.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Name
Required. The name of the conversion custom variable. Name should be unique. The maximum length of name is 100 characters. There should not be any extra spaces before and after.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OwnerCustomer
Output only. The resource name of the customer that owns the conversion custom variable.
Declaration
[JsonProperty("ownerCustomer")]
public virtual string OwnerCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the conversion custom variable. Conversion custom variable resource names
have the form: customers/{customer_id}/conversionCustomVariables/{conversion_custom_variable_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status of the conversion custom variable for conversion event accrual.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tag
Required. Immutable. The tag of the conversion custom variable. Tag should be unique and consist of a "u" character directly followed with a number less than ormequal to 100. For example: "u4".
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |