View Source GoogleApi.DFAReporting.V4.Model.AdBlockingConfiguration (google_api_dfa_reporting v0.29.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.