metric property

String? metric
getter/setter pair

The metric of the goal.

For example, clicks, impressions, cost, conversions, etc. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "CLICKS" : The goal of the experiment is clicks.
  • "IMPRESSIONS" : The goal of the experiment is impressions.
  • "COST" : The goal of the experiment is cost.
  • "CONVERSIONS_PER_INTERACTION_RATE" : The goal of the experiment is conversion rate.
  • "COST_PER_CONVERSION" : The goal of the experiment is cost per conversion.
  • "CONVERSIONS_VALUE_PER_COST" : The goal of the experiment is conversion value per cost.
  • "AVERAGE_CPC" : The goal of the experiment is avg cpc.
  • "CTR" : The goal of the experiment is ctr.
  • "INCREMENTAL_CONVERSIONS" : The goal of the experiment is incremental conversions.
  • "COMPLETED_VIDEO_VIEWS" : The goal of the experiment is completed video views.
  • "CUSTOM_ALGORITHMS" : The goal of the experiment is custom algorithms.
  • "CONVERSIONS" : The goal of the experiment is conversions.
  • "CONVERSION_VALUE" : The goal of the experiment is conversion value.

Implementation

core.String? metric;