GoogleApi.DisplayVideo.V1.Model.CampaignGoal (google_api_display_video v0.15.3) View Source
Settings that control the goal of a campaign.
Attributes
-
campaignGoalType(type:String.t, default:nil) - Required. The type of the campaign goal. -
performanceGoal(type:GoogleApi.DisplayVideo.V1.Model.PerformanceGoal.t, default:nil) - Required. The performance goal of the campaign. Acceptable values for performance_goal_type are:PERFORMANCE_GOAL_TYPE_CPMPERFORMANCE_GOAL_TYPE_CPCPERFORMANCE_GOAL_TYPE_CPAPERFORMANCE_GOAL_TYPE_CPIAVCPERFORMANCE_GOAL_TYPE_CTRPERFORMANCE_GOAL_TYPE_VIEWABILITY*PERFORMANCE_GOAL_TYPE_OTHER
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.CampaignGoal{
campaignGoalType: String.t(),
performanceGoal: GoogleApi.DisplayVideo.V1.Model.PerformanceGoal.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.