View Source GoogleApi.DisplayVideo.V3.Model.TargetingExpansionConfig (google_api_display_video v0.37.1)

Settings that control the optimized targeting settings of the line item.

Attributes

  • audienceExpansionLevel (type: String.t, default: nil) - Output only. Magnitude of expansion for eligible first-party user lists under this ad group. This field only applies to YouTube and Partners line item and ad group resources.
  • audienceExpansionSeedListExcluded (type: boolean(), default: nil) - Output only. Whether to exclude seed list for audience expansion. This field only applies to YouTube and Partners line item and ad group resources.
  • enableOptimizedTargeting (type: boolean(), default: nil) - Required. Whether to enable Optimized Targeting for the line item. Warning: Starting on September 30, 2024, optimized targeting will no longer be compatible with a subset of bid strategies. Read more about this announced change.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.TargetingExpansionConfig{
  audienceExpansionLevel: String.t() | nil,
  audienceExpansionSeedListExcluded: boolean() | nil,
  enableOptimizedTargeting: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.