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] です。