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 Campaign Manager 360 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CreativeCustomEvent() |
Modifier and Type | Method and Description |
---|---|
CreativeCustomEvent |
clone() |
Long |
getAdvertiserCustomEventId()
Unique ID of this event used by Reporting and Data Transfer.
|
String |
getAdvertiserCustomEventName()
User-entered name for the event.
|
String |
getAdvertiserCustomEventType()
Type of the event.
|
String |
getArtworkLabel()
Artwork label column, used to link events in Campaign Manager back to events in Studio.
|
String |
getArtworkType()
Artwork type used by the creative.This is a read-only field.
|
CreativeClickThroughUrl |
getExitClickThroughUrl()
Exit click-through URL for the event.
|
Long |
getId()
ID of this event.
|
PopupWindowProperties |
getPopupWindowProperties()
Properties for rich media popup windows.
|
String |
getTargetType()
Target type used by the event.
|
String |
getVideoReportingId()
Video reporting ID, used to differentiate multiple videos in a single creative.
|
CreativeCustomEvent |
set(String fieldName,
Object value) |
CreativeCustomEvent |
setAdvertiserCustomEventId(Long advertiserCustomEventId)
Unique ID of this event used by Reporting and Data Transfer.
|
CreativeCustomEvent |
setAdvertiserCustomEventName(String advertiserCustomEventName)
User-entered name for the event.
|
CreativeCustomEvent |
setAdvertiserCustomEventType(String advertiserCustomEventType)
Type of the event.
|
CreativeCustomEvent |
setArtworkLabel(String artworkLabel)
Artwork label column, used to link events in Campaign Manager back to events in Studio.
|
CreativeCustomEvent |
setArtworkType(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(Long id)
ID of this event.
|
CreativeCustomEvent |
setPopupWindowProperties(PopupWindowProperties popupWindowProperties)
Properties for rich media popup windows.
|
CreativeCustomEvent |
setTargetType(String targetType)
Target type used by the event.
|
CreativeCustomEvent |
setVideoReportingId(String videoReportingId)
Video reporting ID, used to differentiate multiple videos in a single creative.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getAdvertiserCustomEventId()
null
for nonepublic CreativeCustomEvent setAdvertiserCustomEventId(Long advertiserCustomEventId)
advertiserCustomEventId
- advertiserCustomEventId or null
for nonepublic String getAdvertiserCustomEventName()
null
for nonepublic CreativeCustomEvent setAdvertiserCustomEventName(String advertiserCustomEventName)
advertiserCustomEventName
- advertiserCustomEventName or null
for nonepublic String getAdvertiserCustomEventType()
null
for nonepublic CreativeCustomEvent setAdvertiserCustomEventType(String advertiserCustomEventType)
advertiserCustomEventType
- advertiserCustomEventType or null
for nonepublic String getArtworkLabel()
null
for nonepublic CreativeCustomEvent setArtworkLabel(String artworkLabel)
artworkLabel
- artworkLabel or null
for nonepublic String getArtworkType()
null
for nonepublic CreativeCustomEvent setArtworkType(String artworkType)
artworkType
- artworkType or null
for nonepublic CreativeClickThroughUrl getExitClickThroughUrl()
null
for nonepublic CreativeCustomEvent setExitClickThroughUrl(CreativeClickThroughUrl exitClickThroughUrl)
exitClickThroughUrl
- exitClickThroughUrl or null
for nonepublic Long getId()
null
for nonepublic CreativeCustomEvent setId(Long id)
id
- id or null
for nonepublic PopupWindowProperties getPopupWindowProperties()
null
for nonepublic CreativeCustomEvent setPopupWindowProperties(PopupWindowProperties popupWindowProperties)
popupWindowProperties
- popupWindowProperties or null
for nonepublic String getTargetType()
null
for nonepublic CreativeCustomEvent setTargetType(String targetType)
targetType
- targetType or null
for nonepublic String getVideoReportingId()
null
for nonepublic CreativeCustomEvent setVideoReportingId(String videoReportingId)
videoReportingId
- videoReportingId or null
for nonepublic CreativeCustomEvent set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CreativeCustomEvent clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.