KeywordPlan

關鍵字規劃工具企劃書。已儲存的關鍵字企劃書數量上限:10000。如已達上限,系統會移除計畫。

JSON 表示法
{
  "resourceName": string,
  "forecastPeriod": {
    object (KeywordPlanForecastPeriod)
  },
  "id": string,
  "name": string
}
欄位
resourceName

string

不可變動。關鍵字規劃工具方案的資源名稱。KeywordPlan 資源名稱的格式如下:

customers/{customerId}/keywordPlans/{kp_plan_id}

forecastPeriod

object (KeywordPlanForecastPeriod)

用於預測企劃書的日期範圍。

id

string (int64 format)

僅供輸出。關鍵字企劃書的 ID。

name

string

關鍵字企劃書名稱。

這是必填欄位,請勿在建立新的關鍵字企劃書時留空。

KeywordPlanForecastPeriod

與關鍵字企劃書相關的預測期間。

JSON 表示法
{

  // Union field interval can be only one of the following:
  "dateInterval": enum (KeywordPlanForecastInterval),
  "dateRange": {
    object (DateRange)
  }
  // End of list of possible types for union field interval.
}
欄位
聯集欄位 interval。必要欄位。用於預測企劃書的日期。interval 只能是下列其中一項:
dateInterval

enum (KeywordPlanForecastInterval)

相對於預測用目前日期的未來日期範圍。

dateRange

object (DateRange)

用於預測的自訂日期範圍。時間不得大於 1 年。開始和結束日期必須是未來的日期。否則,系統會在執行預測動作時傳回錯誤。開始和結束日期皆包含在內。

KeywordPlanForecastInterval

預測間隔。

列舉
UNSPECIFIED 不指定。
UNKNOWN 這個值在這個版本中未知。
NEXT_WEEK 關鍵字計畫的下週日期範圍。下一個星期會根據使用者帳戶的預設語言代碼,大多為星期日至星期六或星期一至星期天。(可以與接下來 7 天不同)。
NEXT_MONTH 關鍵字企劃書的下個月日期範圍。
NEXT_QUARTER 關鍵字企劃書的下一個季度日期範圍。