public final class AdvertiserCreativeConfig
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 Display & Video 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AdvertiserCreativeConfig() |
| Modifier and Type | Method and Description |
|---|---|
AdvertiserCreativeConfig |
clone() |
Boolean |
getDynamicCreativeEnabled()
Whether or not the advertiser is enabled for dynamic creatives.
|
Long |
getIasClientId()
An ID for configuring campaign monitoring provided by Integral Ad Service (IAS).
|
Boolean |
getObaComplianceDisabled()
Whether or not to disable Google's About this Ad feature that adds badging (to identify the
content as an ad) and transparency information (on interaction with About this Ad) to your ads
for Online Behavioral Advertising (OBA) and regulatory requirements.
|
Boolean |
getVideoCreativeDataSharingAuthorized()
By setting this field to `true`, you, on behalf of your company, authorize Google to use video
creatives associated with this Display & Video 360 advertiser to provide reporting and features
related to the advertiser's television campaigns.
|
AdvertiserCreativeConfig |
set(String fieldName,
Object value) |
AdvertiserCreativeConfig |
setDynamicCreativeEnabled(Boolean dynamicCreativeEnabled)
Whether or not the advertiser is enabled for dynamic creatives.
|
AdvertiserCreativeConfig |
setIasClientId(Long iasClientId)
An ID for configuring campaign monitoring provided by Integral Ad Service (IAS).
|
AdvertiserCreativeConfig |
setObaComplianceDisabled(Boolean obaComplianceDisabled)
Whether or not to disable Google's About this Ad feature that adds badging (to identify the
content as an ad) and transparency information (on interaction with About this Ad) to your ads
for Online Behavioral Advertising (OBA) and regulatory requirements.
|
AdvertiserCreativeConfig |
setVideoCreativeDataSharingAuthorized(Boolean videoCreativeDataSharingAuthorized)
By setting this field to `true`, you, on behalf of your company, authorize Google to use video
creatives associated with this Display & Video 360 advertiser to provide reporting and features
related to the advertiser's television campaigns.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getDynamicCreativeEnabled()
null for nonepublic AdvertiserCreativeConfig setDynamicCreativeEnabled(Boolean dynamicCreativeEnabled)
dynamicCreativeEnabled - dynamicCreativeEnabled or null for nonepublic Long getIasClientId()
null for nonepublic AdvertiserCreativeConfig setIasClientId(Long iasClientId)
iasClientId - iasClientId or null for nonepublic Boolean getObaComplianceDisabled()
null for nonepublic AdvertiserCreativeConfig setObaComplianceDisabled(Boolean obaComplianceDisabled)
obaComplianceDisabled - obaComplianceDisabled or null for nonepublic Boolean getVideoCreativeDataSharingAuthorized()
null for nonepublic AdvertiserCreativeConfig setVideoCreativeDataSharingAuthorized(Boolean videoCreativeDataSharingAuthorized)
videoCreativeDataSharingAuthorized - videoCreativeDataSharingAuthorized or null for nonepublic AdvertiserCreativeConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdvertiserCreativeConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.