Class TagSetting
Tag Settings
Inheritance
System.Object
TagSetting
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class TagSetting : IDirectResponseSchema
Properties
AdditionalKeyValues
Additional key-values to be included in tags. Each key-value pair must be of the form key=value, and pairs must be separated by a semicolon (;). Keys and values must not contain commas. For example, id=2;color=red is a valid value for this field.
Declaration
[JsonProperty("additionalKeyValues")]
public virtual string AdditionalKeyValues { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncludeClickThroughUrls
Whether static landing page URLs should be included in the tags. This setting applies only to placements.
Declaration
[JsonProperty("includeClickThroughUrls")]
public virtual bool? IncludeClickThroughUrls { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IncludeClickTracking
Whether click-tracking string should be included in the tags.
Declaration
[JsonProperty("includeClickTracking")]
public virtual bool? IncludeClickTracking { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
KeywordOption
Option specifying how keywords are embedded in ad tags. This setting can be used to specify whether keyword placeholders are inserted in placement tags for this site. Publishers can then add keywords to those placeholders.
Declaration
[JsonProperty("keywordOption")]
public virtual string KeywordOption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema