GoogleAdsSearchads360V23ResourcesAdGroupSimulation class
An ad group simulation.
Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively. 1. SEARCH - CPC_BID - DEFAULT 2. SEARCH - CPC_BID - UNIFORM 3. SEARCH - TARGET_CPA - UNIFORM 4. SEARCH - TARGET_ROAS - UNIFORM 5. DISPLAY - CPC_BID - DEFAULT 6. DISPLAY - CPC_BID - UNIFORM 7. DISPLAY - TARGET_CPA - UNIFORM
Constructors
- GoogleAdsSearchads360V23ResourcesAdGroupSimulation({String? adGroupId, GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList, GoogleAdsSearchads360V23CommonCpvBidSimulationPointList? cpvBidPointList, String? endDate, String? modificationMethod, String? resourceName, String? startDate, GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList, GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList, String? type})
- GoogleAdsSearchads360V23ResourcesAdGroupSimulation.fromJson(Map json_)
Properties
- adGroupId ↔ String?
-
Ad group id of the simulation.
getter/setter pair
- cpcBidPointList ↔ GoogleAdsSearchads360V23CommonCpcBidSimulationPointList?
-
Simulation points if the simulation type is CPC_BID.
getter/setter pair
- cpvBidPointList ↔ GoogleAdsSearchads360V23CommonCpvBidSimulationPointList?
-
Simulation points if the simulation type is CPV_BID.
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
- resourceName ↔ String?
-
The resource name of the ad group 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
- targetCpaPointList ↔ GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList?
-
Simulation points if the simulation type is TARGET_CPA.
getter/setter pair
- targetRoasPointList ↔ GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList?
-
Simulation points if the simulation type is TARGET_ROAS.
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