google_api_display_video v0.4.0 GoogleApi.DisplayVideo.V1.Model.PerformanceGoal View Source

Settings that control the performance goal of a campaign or insertion order.

Attributes

  • performanceGoalAmountMicros (type: String.t, default: nil) - 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.

  • performanceGoalPercentageMicros (type: String.t, default: nil) - 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).

  • performanceGoalString (type: String.t, default: nil) - 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.

  • performanceGoalType (type: String.t, default: nil) - Required. The type of the performance goal.

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.PerformanceGoal{
  performanceGoalAmountMicros: String.t(),
  performanceGoalPercentageMicros: String.t(),
  performanceGoalString: String.t(),
  performanceGoalType: String.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.