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 關鍵字企劃書的下週日期範圍。下週是根據使用者帳戶的預設語言代碼,大多為 SUN-SAT 或 MON-SUN。可以與接下來的 7 天不同。
NEXT_MONTH 關鍵字企劃書的次月日期範圍。
NEXT_QUARTER 關鍵字企劃書的下一季日期範圍。