View Source GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions (google_api_ad_exchange_buyer v0.41.0)

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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.