Class ExitEvent
Exit event of the creative.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ExitEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the click tag of the exit event. The name must be unique within one creative. Leave it empty or unset for creatives containing image assets only.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingName
The name used to identify this event in reports. Leave it empty or unset for creatives containing image assets only.
Declaration
[JsonProperty("reportingName")]
public virtual string ReportingName { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. The type of the exit event.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Required. The click through URL of the exit event. This is required when type is: *
EXIT_EVENT_TYPE_DEFAULT
* EXIT_EVENT_TYPE_BACKUP
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |