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

1 か月の検索ボリューム。

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