public final class SiteSettings
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 |
---|
SiteSettings() |
Modifier and Type | Method and Description |
---|---|
SiteSettings |
clone() |
Boolean |
getActiveViewOptOut()
Whether active view creatives are disabled for this site.
|
Boolean |
getAdBlockingOptOut()
Whether this site opts out of ad blocking.
|
Boolean |
getDisableNewCookie()
Whether new cookies are disabled for this site.
|
TagSetting |
getTagSetting()
Configuration settings for dynamic and image floodlight tags.
|
Boolean |
getVideoActiveViewOptOutTemplate()
Whether Verification and ActiveView for in-stream video creatives are disabled by default for
new placements created under this site.
|
String |
getVpaidAdapterChoiceTemplate()
Default VPAID adapter setting for new placements created under this site.
|
SiteSettings |
set(String fieldName,
Object value) |
SiteSettings |
setActiveViewOptOut(Boolean activeViewOptOut)
Whether active view creatives are disabled for this site.
|
SiteSettings |
setAdBlockingOptOut(Boolean adBlockingOptOut)
Whether this site opts out of ad blocking.
|
SiteSettings |
setDisableNewCookie(Boolean disableNewCookie)
Whether new cookies are disabled for this site.
|
SiteSettings |
setTagSetting(TagSetting tagSetting)
Configuration settings for dynamic and image floodlight tags.
|
SiteSettings |
setVideoActiveViewOptOutTemplate(Boolean videoActiveViewOptOutTemplate)
Whether Verification and ActiveView for in-stream video creatives are disabled by default for
new placements created under this site.
|
SiteSettings |
setVpaidAdapterChoiceTemplate(String vpaidAdapterChoiceTemplate)
Default VPAID adapter setting for new placements created under this site.
|
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 Boolean getActiveViewOptOut()
null
for nonepublic SiteSettings setActiveViewOptOut(Boolean activeViewOptOut)
activeViewOptOut
- activeViewOptOut or null
for nonepublic Boolean getAdBlockingOptOut()
null
for nonepublic SiteSettings setAdBlockingOptOut(Boolean adBlockingOptOut)
adBlockingOptOut
- adBlockingOptOut or null
for nonepublic Boolean getDisableNewCookie()
null
for nonepublic SiteSettings setDisableNewCookie(Boolean disableNewCookie)
disableNewCookie
- disableNewCookie or null
for nonepublic TagSetting getTagSetting()
null
for nonepublic SiteSettings setTagSetting(TagSetting tagSetting)
tagSetting
- tagSetting or null
for nonepublic Boolean getVideoActiveViewOptOutTemplate()
null
for nonepublic SiteSettings setVideoActiveViewOptOutTemplate(Boolean videoActiveViewOptOutTemplate)
videoActiveViewOptOutTemplate
- videoActiveViewOptOutTemplate or null
for nonepublic String getVpaidAdapterChoiceTemplate()
null
for nonepublic SiteSettings setVpaidAdapterChoiceTemplate(String vpaidAdapterChoiceTemplate)
vpaidAdapterChoiceTemplate
- vpaidAdapterChoiceTemplate or null
for nonepublic SiteSettings set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public SiteSettings clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.