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)

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

KeywordPlanForecastInterval

預測間隔。

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