GoogleApi.DFAReporting.V34.Model.DfpSettings (google_api_dfa_reporting v0.31.0)

View Source

Google Ad Manager Settings

Attributes

  • dfpNetworkCode (type: String.t, default: nil) - Ad Manager network code for this directory site.
  • dfpNetworkName (type: String.t, default: nil) - Ad Manager network name for this directory site.
  • programmaticPlacementAccepted (type: boolean(), default: nil) - Whether this directory site accepts programmatic placements.
  • pubPaidPlacementAccepted (type: boolean(), default: nil) - Whether this directory site accepts publisher-paid tags.
  • publisherPortalOnly (type: boolean(), default: nil) - Whether this directory site is available only via Publisher Portal.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.DfpSettings{
  dfpNetworkCode: String.t() | nil,
  dfpNetworkName: String.t() | nil,
  programmaticPlacementAccepted: boolean() | nil,
  pubPaidPlacementAccepted: boolean() | nil,
  publisherPortalOnly: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.