分页数据对象 - 客户管理

定义分页对象以批量请求 Customer Management 对象。

语法

<xs:complexType name="Paging" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Index" type="xs:int" />
    <xs:element minOccurs="0" name="Size" type="xs:int" />
  </xs:sequence>
</xs:complexType>

元素

分页对象具有以下元素:IndexSize

元素 说明 数据类型
索引 从零开始的结果页索引。

例如,若要请求结果的第一页,请将此值设置为 0 (零) 。
int
大小 在指定页中返回的页面大小和结果数。

SearchAccounts 的最大大小为 1,000。 SearchClientLinks 的最大大小为 100。 SearchCustomers 的最大大小为 1,024。 如果包含页面信息但未设置此元素,则默认大小为 0 (零) 。
int

要求

服务: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用者

SearchAccounts
SearchClientLinks
SearchCustomers