Class ObaIcon
OBA Icon for a Creative
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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
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
The position of the OBA icon on the creative.
Declaration
[JsonProperty("position")]
public virtual string Position { get; set; }
Property Value
Type | Description |
---|---|
string |
Program
The program of the OBA icon. For example: “AdChoices”.
Declaration
[JsonProperty("program")]
public virtual string Program { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceMimeType
The MIME type of the OBA icon resource.
Declaration
[JsonProperty("resourceMimeType")]
public virtual string ResourceMimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceUrl
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 |