KeywordPerformanceReportSort Data Object - Reporting

Defines a keyword performance report column and corresponding sort order.

Syntax

<xs:complexType name="KeywordPerformanceReportSort" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="SortColumn" type="tns:KeywordPerformanceReportColumn" />
    <xs:element name="SortOrder" type="tns:SortOrder" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordPerformanceReportSort object has the following elements: SortColumn, SortOrder.

Element Description Data Type
SortColumn The keyword performance report column by which to sort. KeywordPerformanceReportColumn
SortOrder Defines the ascending or descending sort order of values within the specified report column. SortOrder

Requirements

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

Used By

KeywordPerformanceReportRequest