Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.25 KB

File metadata and controls

37 lines (31 loc) · 1.25 KB
title ms.service ms.subservice ms.topic author ms.author description
SortOrder Value Set - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines the ascending or descending sort order of values within the specified report column.

SortOrder Value Set - Reporting

Defines the ascending or descending sort order of values within the specified report column.

Syntax

<xs:simpleType name="SortOrder" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Ascending" />
    <xs:enumeration value="Descending" />
  </xs:restriction>
</xs:simpleType>

Values

The SortOrder value set has the following values: Ascending, Descending.

Value Description
Ascending The results will be sorted ascending.
Descending The results will be sorted descending.

Requirements

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

Used By

KeywordPerformanceReportSort