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

View Source

Campaign ad blocking settings.

Attributes

  • clickThroughUrl (type: String.t, default: nil) - Click-through URL used by brand-neutral ads. This is a required field when overrideClickThroughUrl is set to true.
  • creativeBundleId (type: String.t, default: nil) - ID of a creative bundle to use for this campaign. If set, brand-neutral ads will select creatives from this bundle. Otherwise, a default transparent pixel will be used.
  • 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.
  • overrideClickThroughUrl (type: boolean(), default: nil) - Whether the brand-neutral ad's click-through URL comes from the campaign's creative bundle or the override URL. Must be set to true if ad blocking is enabled and no creative bundle is configured.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.AdBlockingConfiguration{
  clickThroughUrl: String.t() | nil,
  creativeBundleId: String.t() | nil,
  enabled: boolean() | nil,
  overrideClickThroughUrl: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.