Class Kpi
Settings that control the key performance indicator, or KPI, of an insertion order.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class Kpi : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KpiAlgorithmId
Optional. Custom Bidding Algorithm ID associated with KPI_CUSTOM_IMPRESSION_VALUE_OVER_COST. This field is ignored if the proper KPI is not selected.
Declaration
[JsonProperty("kpiAlgorithmId")]
public virtual long? KpiAlgorithmId { get; set; }
Property Value
Type | Description |
---|---|
long? |
KpiAmountMicros
The goal amount, in micros of the advertiser's currency. Applicable when kpi_type is one of: *
KPI_TYPE_CPM
* KPI_TYPE_CPC
* KPI_TYPE_CPA
* KPI_TYPE_CPIAVC
* KPI_TYPE_VCPM
For example: 1500000
represents 1.5 standard units of the currency.
Declaration
[JsonProperty("kpiAmountMicros")]
public virtual long? KpiAmountMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
KpiPercentageMicros
The decimal representation of the goal percentage in micros. Applicable when kpi_type is one of: *
KPI_TYPE_CTR
* KPI_TYPE_VIEWABILITY
* KPI_TYPE_CLICK_CVR
* KPI_TYPE_IMPRESSION_CVR
* KPI_TYPE_VTR
KPI_TYPE_AUDIO_COMPLETION_RATE
*KPI_TYPE_VIDEO_COMPLETION_RATE
For example: 70000 represents 7% (decimal 0.07).
Declaration
[JsonProperty("kpiPercentageMicros")]
public virtual long? KpiPercentageMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
KpiString
A KPI string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters.
Applicable when kpi_type is KPI_TYPE_OTHER
.
Declaration
[JsonProperty("kpiString")]
public virtual string KpiString { get; set; }
Property Value
Type | Description |
---|---|
string |
KpiType
Required. The type of KPI.
Declaration
[JsonProperty("kpiType")]
public virtual string KpiType { get; set; }
Property Value
Type | Description |
---|---|
string |