HistoricalMetricsOptions

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

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

boolean

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

yearMonthRange

object (YearMonthRange)

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

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)。