| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
CreativeCustomEvent |
CreativeCustomEvent.clone() |
CreativeCustomEvent |
CreativeAsset.getBackupImageExit()
Exit event configured for the backup image.
|
CreativeCustomEvent |
CreativeCustomEvent.set(java.lang.String fieldName,
java.lang.Object value) |
CreativeCustomEvent |
CreativeCustomEvent.setAdvertiserCustomEventId(java.lang.Long advertiserCustomEventId)
Unique ID of this event used by DDM Reporting and Data Transfer.
|
CreativeCustomEvent |
CreativeCustomEvent.setAdvertiserCustomEventName(java.lang.String advertiserCustomEventName)
User-entered name for the event.
|
CreativeCustomEvent |
CreativeCustomEvent.setAdvertiserCustomEventType(java.lang.String advertiserCustomEventType)
Type of the event.
|
CreativeCustomEvent |
CreativeCustomEvent.setArtworkLabel(java.lang.String artworkLabel)
Artwork label column, used to link events in DCM back to events in Studio.
|
CreativeCustomEvent |
CreativeCustomEvent.setArtworkType(java.lang.String artworkType)
Artwork type used by the creative.This is a read-only field.
|
CreativeCustomEvent |
CreativeCustomEvent.setExitClickThroughUrl(CreativeClickThroughUrl exitClickThroughUrl)
Exit click-through URL for the event.
|
CreativeCustomEvent |
CreativeCustomEvent.setId(java.lang.Long id)
ID of this event.
|
CreativeCustomEvent |
CreativeCustomEvent.setPopupWindowProperties(PopupWindowProperties popupWindowProperties)
Properties for rich media popup windows.
|
CreativeCustomEvent |
CreativeCustomEvent.setTargetType(java.lang.String targetType)
Target type used by the event.
|
CreativeCustomEvent |
CreativeCustomEvent.setVideoReportingId(java.lang.String videoReportingId)
Video reporting ID, used to differentiate multiple videos in a single creative.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CreativeCustomEvent> |
Creative.getCounterCustomEvents()
List of counter events configured for the creative.
|
java.util.List<CreativeCustomEvent> |
Creative.getExitCustomEvents()
List of exit events configured for the creative.
|
java.util.List<CreativeCustomEvent> |
Creative.getTimerCustomEvents()
List of timer events configured for the creative.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
CreativeAsset.setBackupImageExit(CreativeCustomEvent backupImageExit)
Exit event configured for the backup image.
|
| Modifier and Type | Method and Description |
|---|---|
Creative |
Creative.setCounterCustomEvents(java.util.List<CreativeCustomEvent> counterCustomEvents)
List of counter events configured for the creative.
|
Creative |
Creative.setExitCustomEvents(java.util.List<CreativeCustomEvent> exitCustomEvents)
List of exit events configured for the creative.
|
Creative |
Creative.setTimerCustomEvents(java.util.List<CreativeCustomEvent> timerCustomEvents)
List of timer events configured for the creative.
|