Class GoogleAdsSearchads360V0ResourcesCustomColumn
A custom column. See Search Ads 360 custom column at https://support.google.com/sa360/answer/9633916
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCustomColumn : IDirectResponseSchema
Properties
Description
Output only. User-defined description of the custom column.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Id
Output only. ID of the custom column.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
Output only. User-defined name of the custom column.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Queryable
Output only. True when the custom column is available to be used in the query of SearchAds360Service.Search and SearchAds360Service.SearchStream.
Declaration
[JsonProperty("queryable")]
public virtual bool? Queryable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReferencedSystemColumns
Output only. The list of the referenced system columns of this custom column. For example, A custom column "sum of impressions and clicks" has referenced system columns of {"metrics.clicks", "metrics.impressions"}.
Declaration
[JsonProperty("referencedSystemColumns")]
public virtual IList<string> ReferencedSystemColumns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ReferencesAttributes
Output only. True when the custom column is referring to one or more attributes.
Declaration
[JsonProperty("referencesAttributes")]
public virtual bool? ReferencesAttributes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReferencesMetrics
Output only. True when the custom column is referring to one or more metrics.
Declaration
[JsonProperty("referencesMetrics")]
public virtual bool? ReferencesMetrics { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RenderType
Output only. How the result value of the custom column should be interpreted.
Declaration
[JsonProperty("renderType")]
public virtual string RenderType { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Immutable. The resource name of the custom column. Custom column resource names have the form:
customers/{customer_id}/customColumns/{custom_column_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueType
Output only. The type of the result value of the custom column.
Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type | Description |
---|---|
string |