Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.54 KB

keywordperformancereportsort.md

File metadata and controls

37 lines (31 loc) · 1.54 KB
title ms.service ms.subservice ms.topic author ms.author description
KeywordPerformanceReportSort Data Object - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines a keyword performance report column and corresponding sort order.

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