GoogleApi.DFAReporting.V33.Model.DfpSettings (google_api_dfa_reporting v0.20.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.DfpSettings{
  dfpNetworkCode: String.t(),
  dfpNetworkName: String.t(),
  programmaticPlacementAccepted: boolean(),
  pubPaidPlacementAccepted: boolean(),
  publisherPortalOnly: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.