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

Attributes

  • contexts (list(GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsContexts.t)): All known contexts/restrictions. Defaults to nil.
  • disapprovalReasons (list(GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsDisapprovalReasons.t)): 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 nil.
  • 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 nil.

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.CreativeServingRestrictionsContexts.t()
  ],
  disapprovalReasons: [
    GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsDisapprovalReasons.t()
  ],
  reason: String.t()
}

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.