AdGroup class
A single ad group associated with a line item.
Constructors
- AdGroup({String? adGroupFormat, String? adGroupId, String? advertiserId, BiddingStrategy? bidStrategy, String? displayName, String? entityStatus, String? lineItemId, String? name, ProductFeedData? productFeedData, TargetingExpansionConfig? targetingExpansion})
- AdGroup.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
- bidStrategy ↔ BiddingStrategy?
- 
  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 [optimized
targeting](//support.google.com/displayvideo/answer/12060859) settings of
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