GoogleApi.DFAReporting.V4.Model.AdBlockingConfiguration (google_api_dfa_reporting v0.31.0)

View Source

Campaign ad blocking settings.

Attributes

  • enabled (type: boolean(), default: nil) - Whether this campaign has enabled ad blocking. When true, ad blocking is enabled for placements in the campaign, but this may be overridden by site and placement settings. When false, ad blocking is disabled for all placements under the campaign, regardless of site and placement settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.AdBlockingConfiguration{
  enabled: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.