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