YoutubeAdGroup class

A single YouTube ad group associated with a YouTube and Partners line item.

Constructors

YoutubeAdGroup({String? adGroupFormat, String? adGroupId, String? advertiserId, YoutubeAndPartnersBiddingStrategy? biddingStrategy, String? displayName, String? entityStatus, String? lineItemId, String? name, ProductFeedData? productFeedData, TargetingExpansionConfig? targetingExpansion, List<String>? youtubeAdIds})
YoutubeAdGroup.fromJson(Map json_)

Properties

adGroupFormat String?
The format of the ads in the ad group. Possible string values are:
getter/setter pair
adGroupId String?
The unique ID of the ad group.
getter/setter pair
advertiserId String?
The unique ID of the advertiser the ad group belongs to.
getter/setter pair
biddingStrategy YoutubeAndPartnersBiddingStrategy?
The bidding strategy used by the ad group.
getter/setter pair
displayName String?
The display name of the ad group.
getter/setter pair
entityStatus String?
Controls whether or not the ad group can spend its budget and bid on inventory.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineItemId String?
The unique ID of the line item that the ad group belongs to.
getter/setter pair
name String?
The resource name of the ad group.
getter/setter pair
productFeedData ProductFeedData?
The settings of the product feed in this ad group.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetingExpansion TargetingExpansionConfig?
The targeting expansion settings of the ad group.
getter/setter pair
youtubeAdIds List<String>?
The IDs of the youtube_ad_group_ad resources associated with the ad group.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited