Class ObaIcon
Online Behavioral Advertiser icon.
Inheritance
System.Object
ObaIcon
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 ObaIcon : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconClickThroughUrl
URL to redirect to when an OBA icon is clicked.
Declaration
[JsonProperty("iconClickThroughUrl")]
public virtual string IconClickThroughUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconClickTrackingUrl
URL to track click when an OBA icon is clicked.
Declaration
[JsonProperty("iconClickTrackingUrl")]
public virtual string IconClickTrackingUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconViewTrackingUrl
URL to track view when an OBA icon is clicked.
Declaration
[JsonProperty("iconViewTrackingUrl")]
public virtual string IconViewTrackingUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Program
Identifies the industry initiative that the icon supports. For example, AdChoices.
Declaration
[JsonProperty("program")]
public virtual string Program { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceUrl
OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more
Declaration
[JsonProperty("resourceUrl")]
public virtual string ResourceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
OBA icon size.
Declaration
[JsonProperty("size")]
public virtual Size Size { get; set; }
Property Value
Type | Description |
---|---|
Size |
XPosition
OBA icon x coordinate position. Accepted values are left or right.
Declaration
[JsonProperty("xPosition")]
public virtual string XPosition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YPosition
OBA icon y coordinate position. Accepted values are top or bottom.
Declaration
[JsonProperty("yPosition")]
public virtual string YPosition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema