google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions View Source

Attributes

  • contexts ([CreativeContexts1]): All known contexts/restrictions. Defaults to: null.
  • disapprovalReasons ([CreativeDisapprovalReasons]): 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. Defaults to: null.
  • reason (String.t): Why the creative is ineligible to serve in this context (e.g., it has been explicitly disapproved or is pending review). Defaults to: null.

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() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictions{
  contexts: [GoogleApi.AdExchangeBuyer.V14.Model.CreativeContexts1.t()],
  disapprovalReasons: [
    GoogleApi.AdExchangeBuyer.V14.Model.CreativeDisapprovalReasons.t()
  ],
  reason: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.