GoogleApi.AuthorizedBuyersMarketplace.V1.Model.CreativeRequirements (google_api_authorized_buyers_marketplace v0.2.0) View Source

Message captures data about the creatives in the deal.

Attributes

  • creativePreApprovalPolicy (type: String.t, default: nil) - Output only. Specifies the creative pre-approval policy.
  • creativeSafeFrameCompatibility (type: String.t, default: nil) - Output only. Specifies whether the creative is safeFrame compatible.
  • programmaticCreativeSource (type: String.t, default: nil) - Output only. Specifies the creative source for programmatic deals. PUBLISHER means creative is provided by seller and ADVERTISER means creative is provided by the buyer.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.CreativeRequirements{
  creativePreApprovalPolicy: String.t() | nil,
  creativeSafeFrameCompatibility: String.t() | nil,
  programmaticCreativeSource: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.