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