GoogleAdsSearchads360V23ResourcesCampaignSimulation class
A campaign simulation.
Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively. * SEARCH - CPC_BID - UNIFORM * SEARCH - CPC_BID - SCALING * SEARCH - TARGET_CPA - UNIFORM * SEARCH - TARGET_CPA - SCALING * SEARCH - TARGET_ROAS - UNIFORM * SEARCH - TARGET_IMPRESSION_SHARE - UNIFORM * SEARCH - BUDGET - UNIFORM * SHOPPING - BUDGET - UNIFORM * SHOPPING - TARGET_ROAS - UNIFORM * MULTI_CHANNEL - TARGET_CPA - UNIFORM * MULTI_CHANNEL - TARGET_ROAS - UNIFORM
- DEMAND_GEN - TARGET_CPA - DEFAULT * DISPLAY - TARGET_CPA - UNIFORM * PERFORMANCE_MAX - TARGET_CPA - UNIFORM * PERFORMANCE_MAX - TARGET_ROAS - UNIFORM * PERFORMANCE_MAX - BUDGET - UNIFORM
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignSimulation({GoogleAdsSearchads360V23CommonBudgetSimulationPointList? budgetPointList, String? campaignId, GoogleAdsSearchads360V23CommonCpcBidSimulationPointList? cpcBidPointList, String? endDate, String? modificationMethod, String? resourceName, String? startDate, GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList? targetCpaPointList, GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList? targetRoasPointList, String? type})
- GoogleAdsSearchads360V23ResourcesCampaignSimulation.fromJson(Map json_)
Properties
- budgetPointList ↔ GoogleAdsSearchads360V23CommonBudgetSimulationPointList?
-
Simulation points if the simulation type is BUDGET.
getter/setter pair
- campaignId ↔ String?
-
Campaign id of the simulation.
getter/setter pair
- cpcBidPointList ↔ GoogleAdsSearchads360V23CommonCpcBidSimulationPointList?
-
Simulation points if the simulation type is CPC_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 campaign 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
-
Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
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