Class AdvertiserCreativeConfig
Creatives related settings of an advertiser.
Implements
Inherited Members
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. Starting on February 9, 2024, this field will be affected by an update to the Display & Video 360 API Terms of Service. See our announcement for more detail. 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? |