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)

過去十二個月內,這個查詢的搜尋次數約為多少。

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