GoogleApi.DisplayVideo.V1.Model.CampaignGoal (google_api_display_video v0.39.0)
View SourceSettings 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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.CampaignGoal{ campaignGoalType: String.t() | nil, performanceGoal: GoogleApi.DisplayVideo.V1.Model.PerformanceGoal.t() | nil }