HistoricalMetricsOptions

過去の指標のオプション。

JSON 表現
{
  "includeAverageCpc": boolean,
  "yearMonthRange": {
    object (YearMonthRange)
  }
}
フィールド
includeAverageCpc

boolean

平均クリック単価を含めるかどうかを指定します。平均クリック単価は従来のサポートに対してのみ表示されます。

yearMonthRange

object (YearMonthRange)

過去の指標の年の範囲。指定しない場合は、過去 12 か月間の指標が返されます。利用できる検索指標は、過去 4 年間分です。指定された yearMonthRange 全体の検索ボリュームが取得できない場合は、検索ボリュームがある年の月の範囲のサブセットが返されます。

YearMonthRange

開始月と終了月を含む年の範囲。例: 2020 年 1 月を表す年の月の範囲は、「(2020 年 1 月、2020 年 1 月)」になります。

JSON 表現
{
  "start": {
    object (YearMonth)
  },
  "end": {
    object (YearMonth)
  }
}
フィールド
start

object (YearMonth)

開始年を含む月。

end

object (YearMonth)

終了年を含む月。

YearMonth

年。

JSON 表現
{
  "year": string,
  "month": enum (MonthOfYear)
}
フィールド
year

string (int64 format)

年(2020 など)。

month

enum (MonthOfYear)

月。(例: FEBRUARY)。