KeywordPlanHistoricalMetrics

選択したターゲティング オプションに固有の過去の指標。ターゲティング オプションには、地域やネットワークなどがあります。詳しくは、https://support.google.com/google-ads/answer/3022575 をご覧ください。

JSON 表現
{
  "monthlySearchVolumes": [
    {
      object (MonthlySearchVolume)
    }
  ],
  "competition": enum (KeywordPlanCompetitionLevel),
  "avgMonthlySearches": string,
  "competitionIndex": string,
  "lowTopOfPageBidMicros": string,
  "highTopOfPageBidMicros": string,
  "averageCpcMicros": string
}
フィールド
monthlySearchVolumes[]

object (MonthlySearchVolume)

過去 12 か月間におけるこのクエリでの検索回数の概算。

competition

enum (KeywordPlanCompetitionLevel)

クエリの競争レベル。

avgMonthlySearches

string (int64 format)

このクエリで過去 12 か月間に獲得した月間検索数の平均数。

competitionIndex

string (int64 format)

クエリの競合インデックス(0 ~ 100)。特定のキーワードに対する広告プレースメントの競合状況が表示されます。競合性のレベル(0〜100)は、埋められた広告スロットの数を使用可能な広告スロットの総数で割った値によって決まります。十分なデータがない場合、null が返されます。

lowTopOfPageBidMicros

string (int64 format)

キーワードのページ上部に掲載された広告の入札単価の低い範囲(第 20 百分位数)(マイクロ単位)。

highTopOfPageBidMicros

string (int64 format)

キーワードのページ上部に掲載された広告の入札単価(高額帯)(第 80 百分位数)(マイクロ単位)。

averageCpcMicros

string (int64 format)

キーワードの平均クリック単価(マイクロ単位)。

MonthlySearchVolume

月間検索ボリューム。

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

enum (MonthOfYear)

検索ボリュームの月。

year

string (int64 format)

検索ボリュームの年(2020 年など)。

monthlySearches

string (int64 format)

その月の検索数の概算。null 値は、その月の検索ボリュームが利用できないことを意味します。

KeywordPlanCompetitionLevel

キーワードの競合レベル。

列挙型
UNSPECIFIED 指定されていません。
UNKNOWN このバージョンでは値は不明です。
LOW 競合が少ない。競合指数の範囲は [0, 33] です。
MEDIUM 競合は中程度です。この場合の競合指数の範囲は [34, 66] です。
HIGH 競争が激しい。競合指数の範囲は [67, 100] です。