Show / Hide Table of Contents

Class AdvertiserCreativeConfig

Creatives related settings of an advertiser.

Inheritance
System.Object
AdvertiserCreativeConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class AdvertiserCreativeConfig : IDirectResponseSchema

Properties

DynamicCreativeEnabled

Whether or not the advertiser is enabled for dynamic creatives.

Declaration
[JsonProperty("dynamicCreativeEnabled")]
public virtual bool? DynamicCreativeEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

IasClientId

An ID for configuring campaign monitoring provided by Integral Ad Service (IAS). The DV360 system will append an IAS "Campaign Monitor" tag containing this ID to the creative tag.

Declaration
[JsonProperty("iasClientId")]
public virtual long? IasClientId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ObaComplianceDisabled

Whether or not to use DV360's Online Behavioral Advertising (OBA) compliance. Warning: Changing OBA settings may cause the audit status of your creatives to be reset by some ad exchanges, making them ineligible to serve until they are re-approved.

Declaration
[JsonProperty("obaComplianceDisabled")]
public virtual bool? ObaComplianceDisabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

VideoCreativeDataSharingAuthorized

By setting this field to true, you, on behalf of your company, authorize Google to use video creatives associated with this Display &amp; Video 360 advertiser to provide reporting and features related to the advertiser's television campaigns. Applicable only when the advertiser has a CM360 hybrid ad server configuration.

Declaration
[JsonProperty("videoCreativeDataSharingAuthorized")]
public virtual bool? VideoCreativeDataSharingAuthorized { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top