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