Show / Hide Table of Contents

Class ObaIcon

OBA Icon for a Creative

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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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
string

Dimensions

Optional. 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
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
string

Position

Optional. The position of the OBA icon on the creative.

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

Program

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

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

ResourceMimeType

Optional. The MIME type of the OBA icon resource.

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

ResourceUrl

Optional. The URL of the OBA icon resource.

Declaration
[JsonProperty("resourceUrl")]
public virtual string ResourceUrl { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX