Show / Hide Table of Contents

Class ObaIcon

OBA Icon for a Creative

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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class ObaIcon : IDirectResponseSchema

Properties

ClickTrackingUrl

Required. The click tracking URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com

Declaration
[JsonProperty("clickTrackingUrl")]
public virtual string ClickTrackingUrl { get; set; }
Property Value
Type Description
System.String

Dimensions

The dimensions of the OBA icon.

Declaration
[JsonProperty("dimensions")]
public virtual Dimensions Dimensions { get; set; }
Property Value
Type Description
Dimensions

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LandingPageUrl

Required. The landing page URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com

Declaration
[JsonProperty("landingPageUrl")]
public virtual string LandingPageUrl { get; set; }
Property Value
Type Description
System.String

Position

The position of the OBA icon on the creative.

Declaration
[JsonProperty("position")]
public virtual string Position { get; set; }
Property Value
Type Description
System.String

Program

The program of the OBA icon. For example: “AdChoices”.

Declaration
[JsonProperty("program")]
public virtual string Program { get; set; }
Property Value
Type Description
System.String

ResourceMimeType

The MIME type of the OBA icon resource.

Declaration
[JsonProperty("resourceMimeType")]
public virtual string ResourceMimeType { get; set; }
Property Value
Type Description
System.String

ResourceUrl

The URL of the OBA icon resource.

Declaration
[JsonProperty("resourceUrl")]
public virtual string ResourceUrl { get; set; }
Property Value
Type Description
System.String

ViewTrackingUrl

Required. The view tracking URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com

Declaration
[JsonProperty("viewTrackingUrl")]
public virtual string ViewTrackingUrl { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top