google_api_ad_exchange_buyer v0.26.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions View Source
Attributes
contexts
(type:list(GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsContexts.t)
, default:nil
) - All known contexts/restrictions.disapprovalReasons
(type:list(GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsDisapprovalReasons.t)
, default:nil
) - The reasons for disapproval within this restriction, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED or CONDITIONALLY_APPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue.reason
(type:String.t
, default:nil
) - Why the creative is ineligible to serve in this context (e.g., it has been explicitly disapproved or is pending review).
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 Sourcet() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions{ contexts: [ GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsContexts.t() ], disapprovalReasons: [ GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsDisapprovalReasons.t() ], reason: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.