次の方法で共有


ページング データ オブジェクト - Customer Management

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>

要素

Paging オブジェクトには、Index、Size という要素があります

要素 説明 データ型
索引 0 から始まる結果ページ インデックス。

たとえば、結果の最初のページを要求するには、この値を 0 (ゼロ) に設定します。
int
Size 指定したページで返されるページ サイズと結果の数。

SearchAccounts の最大サイズは 1,000 です。 SearchClientLinks の最大サイズは 100 です。 SearchCustomers の最大サイズは 1,024 です。 ページ情報を含め、この要素を設定しない場合、既定のサイズは 0 (ゼロ) です。
int

要件

サービス: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用ページ

SearchAccounts
SearchClientLinks
SearchCustomers