GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize (google_api_ad_exchange_buyer v0.39.2) View Source
Next Id: 7
Attributes
-
allowedFormats(type:list(String.t), default:nil) - The formats allowed by the publisher. -
companionSizes(type:list(GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t), default:nil) - For video size type, the list of companion sizes. -
creativeSizeType(type:String.t, default:nil) - The Creative size type. -
nativeTemplate(type:String.t, default:nil) - The native template for native ad. -
size(type:GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t, default:nil) - For regular or video creative size type, specifies the size of the creative. -
skippableAdType(type:String.t, default:nil) - The skippable ad type for video size.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize{
allowedFormats: [String.t()] | nil,
companionSizes:
[GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t()] | nil,
creativeSizeType: String.t() | nil,
nativeTemplate: String.t() | nil,
size: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t() | nil,
skippableAdType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.