分页数据对象 - 市场活动管理

定义分页对象以批量请求市场活动管理对象。

语法

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

元素

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

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

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

最大大小为 1,000。 如果未设置此元素,则默认大小为 0 (零) 。
int

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用者

GetExperimentsByIds
GetImportResults
GetLabelAssociationsByLabelIds
GetLabelsByIds
GetMediaMetaDataByAccountId
GetVideosByIds