PerformanceGoal

Paramètres qui contrôlent l'objectif de performances d'une campagne ou d'un ordre d'insertion.

Représentation JSON
{
  "performanceGoalType": enum (PerformanceGoalType),

  // Union field performance_goal_value can be only one of the following:
  "performanceGoalAmountMicros": string,
  "performanceGoalPercentageMicros": string,
  "performanceGoalString": string
  // End of list of possible types for union field performance_goal_value.
}
Champs
performanceGoalType

enum (PerformanceGoalType)

Obligatoire. Type d'objectif de performances.

Champ d'union performance_goal_value. Obligatoire. Valeur de l'objectif de performances correspondant à un performance_goal_type donné. La performance_goal_value ne peut être qu'un des éléments suivants :
performanceGoalAmountMicros

string (int64 format)

Montant de l'objectif, en micro-unités de la devise de l'annonceur.

Applicable lorsque performanceGoalType correspond à l'une des valeurs suivantes:

  • PERFORMANCE_GOAL_TYPE_CPM
  • PERFORMANCE_GOAL_TYPE_CPC
  • PERFORMANCE_GOAL_TYPE_CPA
  • PERFORMANCE_GOAL_TYPE_CPIAVC
  • PERFORMANCE_GOAL_TYPE_VCPM

Par exemple, 1 500 000 représente 1,5 unité standard de la devise.

performanceGoalPercentageMicros

string (int64 format)

Représentation décimale du pourcentage visé en micros.

Applicable lorsque performanceGoalType correspond à l'une des valeurs suivantes:

  • PERFORMANCE_GOAL_TYPE_CTR
  • PERFORMANCE_GOAL_TYPE_VIEWABILITY
  • PERFORMANCE_GOAL_TYPE_CLICK_CVR
  • PERFORMANCE_GOAL_TYPE_IMPRESSION_CVR
  • PERFORMANCE_GOAL_TYPE_VTR
  • PERFORMANCE_GOAL_TYPE_AUDIO_COMPLETION_RATE
  • PERFORMANCE_GOAL_TYPE_VIDEO_COMPLETION_RATE

Par exemple, 70 000 représente 7% (0,07 décimal).

performanceGoalString

string

Une chaîne d'indicateur clé de performance (KPI) qui peut être vide Il doit être encodé au format UTF-8 et ne pas dépasser 100 caractères.

Applicable lorsque performanceGoalType est défini sur PERFORMANCE_GOAL_TYPE_OTHER.

PerformanceGoalType

Types d'objectifs de performances possibles.

Enums
PERFORMANCE_GOAL_TYPE_UNSPECIFIED Le type d'objectif de performances n'est pas spécifié ou est inconnu dans cette version.
PERFORMANCE_GOAL_TYPE_CPM L'objectif de performances est défini en CPM (coût pour mille impressions).
PERFORMANCE_GOAL_TYPE_CPC L'objectif de performances est défini en CPC (coût par clic).
PERFORMANCE_GOAL_TYPE_CPA L'objectif de performances est défini en CPA (coût par action).
PERFORMANCE_GOAL_TYPE_CTR L'objectif de performances est défini en pourcentage de CTR (taux de clics).
PERFORMANCE_GOAL_TYPE_VIEWABILITY L'objectif de performances est défini en pourcentage de visibilité.
PERFORMANCE_GOAL_TYPE_CPIAVC L'objectif de performances est défini sur CPIAVC (coût par impression audible et visible à la fin).
PERFORMANCE_GOAL_TYPE_CPE L'objectif de performances est défini en CPE (coût par engagement).
PERFORMANCE_GOAL_TYPE_CLICK_CVR L'objectif de performances est défini en pourcentage du taux de conversion des clics (conversions par clic).
PERFORMANCE_GOAL_TYPE_IMPRESSION_CVR L'objectif de performances est défini en pourcentage du taux de conversion des impressions (conversions par impression).
PERFORMANCE_GOAL_TYPE_VCPM L'objectif de performances est défini en fonction du coût pour mille impressions visibles (VCPM).
PERFORMANCE_GOAL_TYPE_VTR L'objectif de performances est défini en pourcentage du taux de vue YouTube (vues YouTube par impression).
PERFORMANCE_GOAL_TYPE_AUDIO_COMPLETION_RATE L'objectif de performances est défini en pourcentage du taux de lecture complète de l'audio (écoutes audio complètes par impression).
PERFORMANCE_GOAL_TYPE_VIDEO_COMPLETION_RATE L'objectif de performances est défini en pourcentage du taux de lecture complète de la vidéo (nombre de vues de la vidéo complète par impression).
PERFORMANCE_GOAL_TYPE_OTHER L'objectif de performances est défini sur "Autre".