CampaignGoal class
Settings that control the goal of a campaign.
Constructors
- CampaignGoal()
- CampaignGoal.fromJson(Map _json)
Properties
- campaignGoalType ↔ String
-
Required. The type of the campaign goal.
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- performanceGoal ↔ PerformanceGoal
-
Required. The performance goal of the campaign. Acceptable values for
performance_goal_type are: *
PERFORMANCE_GOAL_TYPE_CPM
*PERFORMANCE_GOAL_TYPE_CPC
*PERFORMANCE_GOAL_TYPE_CPA
*PERFORMANCE_GOAL_TYPE_CPIAVC
*PERFORMANCE_GOAL_TYPE_CTR
*PERFORMANCE_GOAL_TYPE_VIEWABILITY
*PERFORMANCE_GOAL_TYPE_OTHER
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