google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions 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 (String.t): The format of the environment that the creatives will be displayed in. Defaults to:
null
.- Enum - one of [CREATIVE_FORMAT_UNSPECIFIED, DISPLAY, VIDEO]
- creativeSpecifications ([CreativeSpecification]): Defaults to:
null
. skippableAdType (String.t): Skippable video ads allow viewers to skip ads after 5 seconds. Defaults to:
null
.- Enum - one of [SKIPPABLE_AD_TYPE_UNSPECIFIED, SKIPPABLE, INSTREAM_SELECT, NOT_SKIPPABLE]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions{
creativeFormat: any(),
creativeSpecifications: [
GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t()
],
skippableAdType: any()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions{ creativeFormat: any(), creativeSpecifications: [ GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t() ], skippableAdType: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.