PerformanceGoal class
Settings that control the performance goal of a campaign or insertion order.
Constructors
- PerformanceGoal()
- PerformanceGoal.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- performanceGoalAmountMicros ↔ String
-
The goal amount, in micros of the advertiser's currency. Applicable when
performance_goal_type is one of: *
PERFORMANCE_GOAL_TYPE_CPM
*PERFORMANCE_GOAL_TYPE_CPC
*PERFORMANCE_GOAL_TYPE_CPA
*PERFORMANCE_GOAL_TYPE_CPIAVC
For example 1500000 represents 1.5 standard units of the currency.read / write - performanceGoalPercentageMicros ↔ String
-
The decimal representation of the goal percentage in micros. Applicable
when performance_goal_type is one of: *
PERFORMANCE_GOAL_TYPE_CTR
*PERFORMANCE_GOAL_TYPE_VIEWABILITY
For example, 70000 represents 7% (decimal 0.07).read / write - performanceGoalString ↔ String
-
A key performance indicator (KPI) string, which can be empty. Must be
UTF-8 encoded with a length of no more than 100 characters. Applicable
when performance_goal_type is set to
PERFORMANCE_GOAL_TYPE_OTHER
.read / write - performanceGoalType ↔ String
-
Required. The type of the performance goal.
Possible string values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited