Show / Hide Table of Contents

Class ObaIcon

Online Behavioral Advertiser icon.

Inheritance
object
ObaIcon
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ObaIcon : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
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
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
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
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX