public final class CreativeCustomEvent
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CreativeCustomEvent() |
| Modifier and Type | Method and Description |
|---|---|
CreativeCustomEvent |
clone() |
java.lang.Long |
getAdvertiserCustomEventId()
Unique ID of this event used by DDM Reporting and Data Transfer.
|
java.lang.String |
getAdvertiserCustomEventName()
User-entered name for the event.
|
java.lang.String |
getAdvertiserCustomEventType()
Type of the event.
|
java.lang.String |
getArtworkLabel()
Artwork label column, used to link events in DCM back to events in Studio.
|
java.lang.String |
getArtworkType()
Artwork type used by the creative.This is a read-only field.
|
CreativeClickThroughUrl |
getExitClickThroughUrl()
Exit click-through URL for the event.
|
java.lang.Long |
getId()
ID of this event.
|
PopupWindowProperties |
getPopupWindowProperties()
Properties for rich media popup windows.
|
java.lang.String |
getTargetType()
Target type used by the event.
|
java.lang.String |
getVideoReportingId()
Video reporting ID, used to differentiate multiple videos in a single creative.
|
CreativeCustomEvent |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeCustomEvent |
setAdvertiserCustomEventId(java.lang.Long advertiserCustomEventId)
Unique ID of this event used by DDM Reporting and Data Transfer.
|
CreativeCustomEvent |
setAdvertiserCustomEventName(java.lang.String advertiserCustomEventName)
User-entered name for the event.
|
CreativeCustomEvent |
setAdvertiserCustomEventType(java.lang.String advertiserCustomEventType)
Type of the event.
|
CreativeCustomEvent |
setArtworkLabel(java.lang.String artworkLabel)
Artwork label column, used to link events in DCM back to events in Studio.
|
CreativeCustomEvent |
setArtworkType(java.lang.String artworkType)
Artwork type used by the creative.This is a read-only field.
|
CreativeCustomEvent |
setExitClickThroughUrl(CreativeClickThroughUrl exitClickThroughUrl)
Exit click-through URL for the event.
|
CreativeCustomEvent |
setId(java.lang.Long id)
ID of this event.
|
CreativeCustomEvent |
setPopupWindowProperties(PopupWindowProperties popupWindowProperties)
Properties for rich media popup windows.
|
CreativeCustomEvent |
setTargetType(java.lang.String targetType)
Target type used by the event.
|
CreativeCustomEvent |
setVideoReportingId(java.lang.String videoReportingId)
Video reporting ID, used to differentiate multiple videos in a single creative.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAdvertiserCustomEventId()
null for nonepublic CreativeCustomEvent setAdvertiserCustomEventId(java.lang.Long advertiserCustomEventId)
advertiserCustomEventId - advertiserCustomEventId or null for nonepublic java.lang.String getAdvertiserCustomEventName()
null for nonepublic CreativeCustomEvent setAdvertiserCustomEventName(java.lang.String advertiserCustomEventName)
advertiserCustomEventName - advertiserCustomEventName or null for nonepublic java.lang.String getAdvertiserCustomEventType()
null for nonepublic CreativeCustomEvent setAdvertiserCustomEventType(java.lang.String advertiserCustomEventType)
advertiserCustomEventType - advertiserCustomEventType or null for nonepublic java.lang.String getArtworkLabel()
null for nonepublic CreativeCustomEvent setArtworkLabel(java.lang.String artworkLabel)
artworkLabel - artworkLabel or null for nonepublic java.lang.String getArtworkType()
null for nonepublic CreativeCustomEvent setArtworkType(java.lang.String artworkType)
artworkType - artworkType or null for nonepublic CreativeClickThroughUrl getExitClickThroughUrl()
null for nonepublic CreativeCustomEvent setExitClickThroughUrl(CreativeClickThroughUrl exitClickThroughUrl)
exitClickThroughUrl - exitClickThroughUrl or null for nonepublic java.lang.Long getId()
null for nonepublic CreativeCustomEvent setId(java.lang.Long id)
id - id or null for nonepublic PopupWindowProperties getPopupWindowProperties()
null for nonepublic CreativeCustomEvent setPopupWindowProperties(PopupWindowProperties popupWindowProperties)
popupWindowProperties - popupWindowProperties or null for nonepublic java.lang.String getTargetType()
null for nonepublic CreativeCustomEvent setTargetType(java.lang.String targetType)
targetType - targetType or null for nonepublic java.lang.String getVideoReportingId()
null for nonepublic CreativeCustomEvent setVideoReportingId(java.lang.String videoReportingId)
videoReportingId - videoReportingId or null for nonepublic CreativeCustomEvent set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeCustomEvent clone()
clone in class com.google.api.client.json.GenericJson