BiddingDataExclusion

表示出价数据排除对象。无法在经理账号中使用。

请参阅 https://support.google.com/google-ads/answer/10370710 中的“数据排除对象简介”。

JSON 表示法
{
  "resourceName": string,
  "dataExclusionId": string,
  "scope": enum (SeasonalityEventScope),
  "status": enum (SeasonalityEventStatus),
  "startDateTime": string,
  "endDateTime": string,
  "name": string,
  "description": string,
  "devices": [
    enum (Device)
  ],
  "campaigns": [
    string
  ],
  "advertisingChannelTypes": [
    enum (AdvertisingChannelType)
  ]
}
字段
resourceName

string

不可变。数据排除项的资源名称。数据排除资源名称采用以下格式:

customers/{customerId}/biddingDataExclusions/{dataExclusionId}

dataExclusionId

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)

如果未指定,则此排除对象将包含所有设备。否则,此排除对象中将仅包含指定的目标设备。

campaigns[]

string

如果此排除对象的范围为“广告系列”,则数据排除对象将应用于所列的广告系列。每个事件中的广告系列数量上限为 2,000 个。注意:不支持同时使用 advertisingChannelTypes 和 campaign_ids 的数据排除。

advertisingChannelTypes[]

enum (AdvertisingChannelType)

如果此排除范围为“渠道”,则 data_exclusion 将从历史上应用于所列渠道下的所有广告系列,今后也将继续应用。支持的广告渠道类型包括展示广告网络、搜索网络和购物广告网络。注意:不支持同时使用 advertisingChannelTypes 和 campaign_ids 的数据排除。