google_api_display_video v0.4.0 GoogleApi.DisplayVideo.V1.Model.CampaignGoal 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_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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DisplayVideo.V1.Model.CampaignGoal{
  campaignGoalType: String.t(),
  performanceGoal: GoogleApi.DisplayVideo.V1.Model.PerformanceGoal.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.