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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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 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. About this Ad gives users greater control over the ads they see and helps you explain why they're seeing your ad. Learn more. If you choose to set this field to true, note that ads served through Display & Video 360 must comply to the following: * Be Online Behavioral Advertising (OBA) compliant, as per your contract with Google Marketing Platform. * In the European Economic Area (EEA), include transparency information and a mechanism for users to report illegal content in ads. If using an alternative ad badging, transparency, and reporting solution, you must ensure it includes the required transparency information and illegal content flagging mechanism and that you notify Google of any illegal content reports using the appropriate form.

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