定义用于筛选市场活动绩效报告数据的条件。
语法
<xs:complexType name="CampaignPerformanceReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter" />
<xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" />
<xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter" />
<xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter" />
<xs:element minOccurs="0" name="Status" nillable="true" type="tns:CampaignStatusReportFilter" />
</xs:sequence>
</xs:complexType>
元素
CampaignPerformanceReportFilter 对象具有以下元素:AccountStatus、AdDistribution、DeviceOS、DeviceType、Status。
| 元素 | 说明 | 数据类型 |
|---|---|---|
| AccountStatus | 报告将仅包含帐户状态的数据。 例如,可以使用筛选器仅包含活动帐户的数据。 可以指定一个或多个帐户状态。 |
AccountStatusReportFilter |
| AdDistribution | 报表将仅包含指定分发介质的数据。 例如,可以使用筛选器仅包含搜索广告的数据。 可以指定一个或多个分发媒体。 |
AdDistributionReportFilter |
| DeviceOS | 报表将包括广告在指定设备操作系统上显示的数据。 例如,可以使用筛选器来仅包含 Windows 设备上显示的广告的数据。 | DeviceOSReportFilter |
| DeviceType | 报表将包括广告在指定设备类型上显示的数据。 例如,可以使用筛选器来仅包含智能手机上显示的广告的数据。 可以指定一个或多个设备类型。 |
DeviceTypeReportFilter |
| 状态 | 报表将仅包含指定市场活动状态值的数据。 例如,可以使用筛选器仅包含活动市场活动的数据。 可以指定一个或多个状态值。 |
CampaignStatusReportFilter |
要求
服务: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13