GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions (google_api_ad_exchange_buyer v0.36.0) View Source
Represents creative restrictions associated to Programmatic Guaranteed/ Preferred Deal in Ad Manager. This doesn't apply to Private Auction and AdX Preferred Deals.
Attributes
-
creativeFormat
(type:String.t
, default:nil
) - The format of the environment that the creatives will be displayed in. -
creativeSpecifications
(type:list(GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t)
, default:nil
) - -
skippableAdType
(type:String.t
, default:nil
) - Skippable video ads allow viewers to skip ads after 5 seconds.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions{ creativeFormat: String.t(), creativeSpecifications: [ GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t() ], skippableAdType: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.