Class CreativeCustomEvent
Creative Custom Event.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class CreativeCustomEvent : IDirectResponseSchema
Properties
AdvertiserCustomEventId
Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
Declaration
[JsonProperty("advertiserCustomEventId")]
public virtual long? AdvertiserCustomEventId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdvertiserCustomEventName
User-entered name for the event.
Declaration
[JsonProperty("advertiserCustomEventName")]
public virtual string AdvertiserCustomEventName { get; set; }
Property Value
Type | Description |
---|---|
string |
AdvertiserCustomEventType
Type of the event. This is a read-only field.
Declaration
[JsonProperty("advertiserCustomEventType")]
public virtual string AdvertiserCustomEventType { get; set; }
Property Value
Type | Description |
---|---|
string |
ArtworkLabel
Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
Declaration
[JsonProperty("artworkLabel")]
public virtual string ArtworkLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
ArtworkType
Artwork type used by the creative.This is a read-only field.
Declaration
[JsonProperty("artworkType")]
public virtual string ArtworkType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExitClickThroughUrl
Exit click-through URL for the event. This field is used only for exit events.
Declaration
[JsonProperty("exitClickThroughUrl")]
public virtual CreativeClickThroughUrl ExitClickThroughUrl { get; set; }
Property Value
Type | Description |
---|---|
CreativeClickThroughUrl |
Id
ID of this event. This is a required field and should not be modified after insertion.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
PopupWindowProperties
Properties for rich media popup windows. This field is used only for exit events.
Declaration
[JsonProperty("popupWindowProperties")]
public virtual PopupWindowProperties PopupWindowProperties { get; set; }
Property Value
Type | Description |
---|---|
PopupWindowProperties |
TargetType
Target type used by the event.
Declaration
[JsonProperty("targetType")]
public virtual string TargetType { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoReportingId
Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
Declaration
[JsonProperty("videoReportingId")]
public virtual string VideoReportingId { get; set; }
Property Value
Type | Description |
---|---|
string |