BiddingSeasonalityAdjustment

代表出價季節性調整。

請參閱 https://support.google.com/google-ads/answer/10369906 中的「關於季節性調整」一文。

JSON 表示法
{
  "resourceName": string,
  "seasonalityAdjustmentId": string,
  "scope": enum (SeasonalityEventScope),
  "status": enum (SeasonalityEventStatus),
  "startDateTime": string,
  "endDateTime": string,
  "name": string,
  "description": string,
  "devices": [
    enum (Device)
  ],
  "conversionRateModifier": number,
  "campaigns": [
    string
  ],
  "advertisingChannelTypes": [
    enum (AdvertisingChannelType)
  ]
}
欄位
resourceName

string

無法變更。季節性調整的資源名稱。季節性調整資源名稱的形式如下:

customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}

seasonalityAdjustmentId

string (int64 format)

僅供輸出。季節性調整的 ID。

scope

enum (SeasonalityEventScope)

季節性調整的範圍。

status

enum (SeasonalityEventStatus)

僅供輸出。季節性調整的狀態。

startDateTime

string

必要欄位。季節性調整的開始時間 (yyyy-MM-dd HH:mm:ss)。

季節性調整具有前瞻性,應用於未來和結束的事件。

endDateTime

string

必要欄位。季節性調整的專屬結束時間,格式為 yyyy-MM-dd HH:mm:ss。

[startDateTime, endDateTime] 間隔的長度必須在 (0, 14 天]內)。

name

string

季節性調整的名稱。名稱字數上限為 255 個字元。

description

string

季節性調整的說明。說明字數上限為 2048 個字元。

devices[]

enum (Device)

如未指定,則所有裝置都會納入這項調整幅度。否則,只有指定的裝置會納入這項調整。

conversionRateModifier

number

根據預期轉換率變化估算出的轉換率調節係數。如果不設定這個欄位或設為 1.0,流量就不會套用任何調整項。允許的範圍介於 0.1 至 10.0。

campaigns[]

string

這個調整幅度的範圍為 CAMPAIGN 時,系統會套用季節性調整。每個事件的廣告活動數量上限為 2000 個。注意:系統不支援同時加入 adsChannelType 和 campaign_id 的季節性調整。

advertisingChannelTypes[]

enum (AdvertisingChannelType)

季節性調整會套用至列入所列管道的所有廣告活動,以及日後的範圍為「管道」時。支援的廣告管道類型包括「多媒體」、「搜尋」和「購物」。注意:系統不支援同時加入 adsChannelType 和 campaign_id 的季節性調整。