GoogleApi.DisplayVideo.V3.Model.AdvertiserSdfConfig (google_api_display_video v0.39.0)
View SourceStructured Data Files (SDF) settings of an advertiser.
Attributes
-
overridePartnerSdfConfig
(type:boolean()
, default:nil
) - 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 totrue
and provide the new configuration in sdfConfig. -
sdfConfig
(type:GoogleApi.DisplayVideo.V3.Model.SdfConfig.t
, default:nil
) - The SDF configuration for the advertiser. Required when overridePartnerSdfConfig istrue
. Output only when overridePartnerSdfConfig isfalse
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.AdvertiserSdfConfig{ overridePartnerSdfConfig: boolean() | nil, sdfConfig: GoogleApi.DisplayVideo.V3.Model.SdfConfig.t() | nil }