GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions (google_api_ad_exchange_buyer v0.39.2) 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
Specs
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions{
contexts:
[
GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsContexts.t()
]
| nil,
disapprovalReasons:
[
GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsDisapprovalReasons.t()
]
| nil,
reason: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.