Show / Hide Table of Contents

Class AdvertiserCreativeConfig

Creatives related settings of an advertiser.

Inheritance
object
AdvertiserCreativeConfig
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.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
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
long?

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
bool?

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. 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
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX