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 之間,其程度取決於已填滿廣告時段總數除以可用廣告時段總數後得出的值。如果可用資料不足,系統會傳回空值。

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)

當月預估搜尋次數。空值表示無法取得當月的搜尋量。

KeywordPlanCompetitionLevel

關鍵字的競爭程度。

列舉
UNSPECIFIED 不指定。
UNKNOWN 這個版本無法辨識該值。
LOW 競爭程度低。此指數的競爭指數範圍為 [0, 33]。
MEDIUM 競爭中等。其競爭指數範圍為 [34, 66]。
HIGH 競爭激烈。競爭指數範圍為 [67, 100]。