GoogleApi.DFAReporting.V33.Model.DirectorySiteSettings (google_api_dfa_reporting v0.31.0)

View Source

Directory Site Settings

Attributes

  • activeViewOptOut (type: boolean(), default: nil) - Whether this directory site has disabled active view creatives.
  • dfpSettings (type: GoogleApi.DFAReporting.V33.Model.DfpSettings.t, default: nil) - Directory site Ad Manager settings.
  • instreamVideoPlacementAccepted (type: boolean(), default: nil) - Whether this site accepts in-stream video ads.
  • interstitialPlacementAccepted (type: boolean(), default: nil) - Whether this site accepts interstitial ads.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.DirectorySiteSettings{
  activeViewOptOut: boolean() | nil,
  dfpSettings: GoogleApi.DFAReporting.V33.Model.DfpSettings.t() | nil,
  instreamVideoPlacementAccepted: boolean() | nil,
  interstitialPlacementAccepted: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.