Class AdvertiserSdfConfig
Structured Data Files (SDF) settings of an advertiser.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertiserSdfConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OverridePartnerSdfConfig
Whether or not this advertiser overrides the SDF configuration of its parent partner. By default, an
advertiser inherits the SDF configuration from the parent partner. To override the partner configuration,
set this field to true
and provide the new configuration in sdfConfig.
Declaration
[JsonProperty("overridePartnerSdfConfig")]
public virtual bool? OverridePartnerSdfConfig { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SdfConfig
The SDF configuration for the advertiser. * Required when overridePartnerSdfConfig is true
. * Output only
when overridePartnerSdfConfig is false
.
Declaration
[JsonProperty("sdfConfig")]
public virtual SdfConfig SdfConfig { get; set; }
Property Value
Type | Description |
---|---|
SdfConfig |