次の方法で共有


AccountPerformanceReportFilter データ オブジェクト - レポート

アカウントのパフォーマンス レポート データをフィルター処理するために使用する条件を定義します。

構文

<xs:complexType name="AccountPerformanceReportFilter" 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:sequence>
</xs:complexType>

要素

AccountPerformanceReportFilter オブジェクトには、AccountStatusAdDistributionDeviceOSDeviceType という要素があります。

要素 説明 データ型
AccountStatus レポートには、アカウントの状態のみのデータが含まれます。 たとえば、フィルターを使用して、アクティブなアカウントのみのデータを含めることができます。

1 つ以上のアカウントの状態を指定できます。
AccountStatusReportFilter
AdDistribution レポートには、指定された配布メディアのみのデータが含まれます。 たとえば、フィルターを使用して、検索広告のみのデータを含めることができます。

1 つ以上の配布メディアを指定できます。
AdDistributionReportFilter
DeviceOS レポートには、指定したデバイス オペレーティング システムに広告が表示されるデータが含まれます。 たとえば、フィルターを使用して、Windows デバイスに表示される広告のみのデータを含めることができます。 DeviceOSReportFilter
DeviceType レポートには、指定したデバイスの種類に広告が表示されるデータが含まれます。 たとえば、フィルターを使用して、スマートフォンに表示される広告のみのデータを含めることができます。

1 つ以上のデバイスの種類を指定できます。
DeviceTypeReportFilter

要件

サービス: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

使用ページ

AccountPerformanceReportRequest