DeviceTypeReportFilter Value Set - Reporting

Defines the device type values that you can use to filter the report data. These values are also used as column values in reports that include device type information, such as the ad group performance report.

Syntax

<xs:simpleType name="DeviceTypeReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Computer" />
        <xs:enumeration value="SmartPhone" />
        <xs:enumeration value="NonSmartPhone" />
        <xs:enumeration value="Tablet" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The DeviceTypeReportFilter value set has the following values: Computer, NonSmartPhone, SmartPhone, Tablet.

Value Description
Computer The report will include text ads displayed on computers.
NonSmartPhone The report will include mobile ads displayed on a mobile device.
SmartPhone The report will include text ads displayed on smartphones (any high fidelity device capable of rendering full HTML).
Tablet The report will include text ads displayed on a tablet device.

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

AccountPerformanceReportFilter
AdDynamicTextPerformanceReportFilter
AdExtensionByAdReportFilter
AdExtensionByKeywordReportFilter
AdExtensionDetailReportFilter
AdGroupPerformanceReportFilter
AdPerformanceReportFilter
CampaignPerformanceReportFilter
ConversionPerformanceReportFilter
DestinationUrlPerformanceReportFilter
GoalsAndFunnelsReportFilter
HotelDimensionPerformanceReportFilter
HotelGroupPerformanceReportFilter
KeywordPerformanceReportFilter
ProductDimensionPerformanceReportFilter
ProductPartitionPerformanceReportFilter
ProductPartitionUnitPerformanceReportFilter
ShareOfVoiceReportFilter