Show / Hide Table of Contents

Class RichMediaExitOverride

Rich Media Exit Override.

Inheritance
System.Object
RichMediaExitOverride
Implements
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_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class RichMediaExitOverride : IDirectResponseSchema

Properties

ClickThroughUrl

Click-through URL of this rich media exit override. Applicable if the enabled field is set to true.

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

Enabled

Whether to use the clickThroughUrl. If false, the creative-level exit will be used.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

ExitId

ID for the override to refer to a specific exit in the creative.

Declaration
[JsonProperty("exitId")]
public virtual long? ExitId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top