GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation class
An ad group criterion simulation.
Supported combinations of advertising channel type, criterion type, simulation type, and simulation modification method are detailed below respectively. Hotel AdGroupCriterion simulation operations starting in V5.
- DISPLAY - KEYWORD - CPC_BID - UNIFORM 2. SEARCH - KEYWORD - CPC_BID - UNIFORM 3. SHOPPING - LISTING_GROUP - CPC_BID - UNIFORM 4. HOTEL - LISTING_GROUP - CPC_BID - UNIFORM 5. HOTEL - LISTING_GROUP - PERCENT_CPC_BID
- UNIFORM
Constructors
- GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation({String? adGroupId, GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList, String? criterionId, String? endDate, String? modificationMethod, GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList? percentCpcBidPointList, String? resourceName, String? startDate, String? type})
- GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation.fromJson(Map json_)
Properties
- adGroupId ↔ String?
-
AdGroup ID of the simulation.
getter/setter pair
- cpcBidPointList ↔ GoogleAdsSearchads360V23CommonCpcBidSimulationPointList?
-
Simulation points if the simulation type is CPC_BID.
getter/setter pair
- criterionId ↔ String?
-
Criterion ID of the simulation.
getter/setter pair
- endDate ↔ String?
-
Last day on which the simulation is based, in YYYY-MM-DD format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modificationMethod ↔ String?
-
How the simulation modifies the field.
getter/setter pair
- percentCpcBidPointList ↔ GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList?
-
Simulation points if the simulation type is PERCENT_CPC_BID.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the ad group criterion simulation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ String?
-
First day on which the simulation is based, in YYYY-MM-DD format.
getter/setter pair
- type ↔ String?
-
The field that the simulation modifies.
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