Show / Hide Table of Contents

Class SiteSettings

Site Settings

Inheritance
object
SiteSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class SiteSettings : IDirectResponseSchema

Properties

ActiveViewOptOut

Whether active view creatives are disabled for this site.

Declaration
[JsonProperty("activeViewOptOut")]
public virtual bool? ActiveViewOptOut { get; set; }
Property Value
Type Description
bool?

AdBlockingOptOut

Whether this site opts out of ad blocking. When true, ad blocking is disabled for all placements under the site, regardless of the individual placement settings. When false, the campaign and placement settings take effect.

Declaration
[JsonProperty("adBlockingOptOut")]
public virtual bool? AdBlockingOptOut { get; set; }
Property Value
Type Description
bool?

DisableNewCookie

Whether new cookies are disabled for this site.

Declaration
[JsonProperty("disableNewCookie")]
public virtual bool? DisableNewCookie { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TagSetting

Configuration settings for dynamic and image floodlight tags.

Declaration
[JsonProperty("tagSetting")]
public virtual TagSetting TagSetting { get; set; }
Property Value
Type Description
TagSetting

VideoActiveViewOptOutTemplate

Whether Verification and ActiveView for in-stream video creatives are disabled by default for new placements created under this site. This value will be used to populate the placement.videoActiveViewOptOut field, when no value is specified for the new placement.

Declaration
[JsonProperty("videoActiveViewOptOutTemplate")]
public virtual bool? VideoActiveViewOptOutTemplate { get; set; }
Property Value
Type Description
bool?

VpaidAdapterChoiceTemplate

Default VPAID adapter setting for new placements created under this site. This value will be used to populate the placements.vpaidAdapterChoice field, when no value is specified for the new placement. Controls which VPAID format the measurement adapter will use for in-stream video creatives assigned to the placement. The publisher's specifications will typically determine this setting. For VPAID creatives, the adapter format will match the VPAID format (HTML5 VPAID creatives use the HTML5 adapter). Note: Flash is no longer supported. This field now defaults to HTML5 when the following values are provided: FLASH, BOTH.

Declaration
[JsonProperty("vpaidAdapterChoiceTemplate")]
public virtual string VpaidAdapterChoiceTemplate { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX