แชร์ผ่าน


วัตถุข้อมูล OrderBy - การจัดการลูกค้า

กําหนดลําดับสําหรับรายการของเอนทิตีที่ส่งกลับโดยใช้หนึ่งในการดําเนินการค้นหา ตัวอย่างเช่น SearchAccounts, SearchClientLinks หรือ SearchCustomers

ไวยากรณ์

<xs:complexType name="OrderBy" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Field" type="tns:OrderByField" />
    <xs:element minOccurs="0" name="Order" type="tns:SortOrder" />
  </xs:sequence>
</xs:complexType>

องค์ ประกอบ

วัตถุ OrderBy มีองค์ประกอบต่อไปนี้: Field, Order

องค์ ประกอบ คำอธิบาย ชนิดข้อมูล
ฟิลด์ กําหนดเขตข้อมูลเพื่อจัดลําดับผลลัพธ์ ตัวอย่างเช่น จัดลําดับผลลัพธ์ตาม ID OrderByField
ใบ สั่ง กําหนดว่าผลลัพธ์จะเรียงจากน้อยไปหามากหรือจากมากไปหาน้อย SortOrder

ข้อกําหนด

บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

ใช้โดย

SearchAccounts
SearchClientLinks
SearchCustomers