View Source GoogleApi.DisplayVideo.V3.Model.AdGroup (google_api_display_video v0.37.0)
A single ad group associated with a line item.
Attributes
-
adGroupFormat
(type:String.t
, default:nil
) - The format of the ads in the ad group. -
adGroupId
(type:String.t
, default:nil
) - The unique ID of the ad group. Assigned by the system. -
advertiserId
(type:String.t
, default:nil
) - The unique ID of the advertiser the ad group belongs to. -
bidStrategy
(type:GoogleApi.DisplayVideo.V3.Model.BiddingStrategy.t
, default:nil
) - The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding strategy. -
displayName
(type:String.t
, default:nil
) - The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes. -
entityStatus
(type:String.t
, default:nil
) - Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent line item is not active, the ad group can't spend its budget even if its own status isENTITY_STATUS_ACTIVE
. -
lineItemId
(type:String.t
, default:nil
) - The unique ID of the line item that the ad group belongs to. -
name
(type:String.t
, default:nil
) - The resource name of the ad group. -
productFeedData
(type:GoogleApi.DisplayVideo.V3.Model.ProductFeedData.t
, default:nil
) - The settings of the product feed in this ad group. -
targetingExpansion
(type:GoogleApi.DisplayVideo.V3.Model.TargetingExpansionConfig.t
, default:nil
) - The optimized targeting settings of the ad group.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.AdGroup{ adGroupFormat: String.t() | nil, adGroupId: String.t() | nil, advertiserId: String.t() | nil, bidStrategy: GoogleApi.DisplayVideo.V3.Model.BiddingStrategy.t() | nil, displayName: String.t() | nil, entityStatus: String.t() | nil, lineItemId: String.t() | nil, name: String.t() | nil, productFeedData: GoogleApi.DisplayVideo.V3.Model.ProductFeedData.t() | nil, targetingExpansion: GoogleApi.DisplayVideo.V3.Model.TargetingExpansionConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.