GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettings (google_api_ad_sense v0.18.0)
View SourceSettings specific to content ads (AFC) and highend mobile content ads (AFMC - deprecated).
Attributes
-
backupOption(type:GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettingsBackupOption.t, default:nil) - The backup option to be used in instances where no ad is available. -
size(type:String.t, default:nil) - Size of this ad unit. -
type(type:String.t, default:nil) - Type of this ad unit.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettings{ backupOption: GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettingsBackupOption.t() | nil, size: String.t() | nil, type: String.t() | nil }