コンテンツにスキップ

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; }