跳转至

AdValue

AdValue 类表示广告产生的预估收入值。

属性

precision_type / PrecisionType

指示报告的广告价值的精确度级别。

var precision_type: AdValue.PrecisionType
public AdValue.PrecisionType PrecisionType { get; }

value_micros / ValueMicros

广告的预估收入值,单位为货币单位的微数(1/1,000,000)。

var value_micros: int
public long ValueMicros { get; }

currency_code / CurrencyCode

广告价值的货币代码(ISO 4217)。

var currency_code: String
public string CurrencyCode { get; }