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