DataExclusion 数据对象 - 市场活动管理
定义 DataExclusion 的数据对象。
语法
<xs:complexType name="DataExclusion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="CampaignAssociations" nillable="true" type="tns:ArrayOfCampaignAssociation" />
<xs:element minOccurs="0" name="CampaignTypeFilter" nillable="true" type="tns:CampaignType" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DeviceTypeFilter" nillable="true" type="tns:DeviceType" />
<xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime" />
</xs:sequence>
</xs:complexType>
元素
DataExclusion 对象具有以下元素:CampaignAssociations、CampaignTypeFilter、Description、DeviceTypeFilter、EndDate、Id、Name、StartDate。
元素 | 说明 | 数据类型 |
---|---|---|
CampaignAssociations | 要为数据排除包括哪些市场活动。 | CampaignAssociation 数组 |
CampaignTypeFilter | 要为数据排除包括哪些市场活动类型。 | CampaignType |
说明 | 数据排除的说明。 | string |
DeviceTypeFilter | 要为数据排除包括哪些设备类型。 | DeviceType |
EndDate | 结束日期。 重要: 该值必须位于帐户时区中。 这与在 Microsoft Advertising Web 应用程序中上传脱机转换时的时区选项不同。 有关日期和时间格式的信息,请参阅 基元 XML 数据类型中的 dateTime 条目。 |
dateTime |
ID | 数据排除 ID。 | long |
名称 | 数据排除名称。 | string |
StartDate | 开始日期。 重要: 该值必须位于帐户时区中。 这与在 Microsoft Advertising Web 应用程序中上传脱机转换时的时区选项不同。 有关日期和时间格式的信息,请参阅 基元 XML 数据类型中的 dateTime 条目。 |
dateTime |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用者
AddDataExclusions
GetDataExclusionsByAccountId
GetDataExclusionsByIds
UpdateDataExclusions