Paging Data Object - Campaign Management

Defines a paging object to request Campaign Management objects in batches.

Syntax

<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>

Elements

The Paging object has the following elements: Index, Size.

Element Description Data Type
Index The zero-based results page index.

For example to request the first page of results, set this value to 0 (zero).
int
Size The page size and the number of results to return in the specified page.

The maximum size is 1,000. If you do not set this element the default size is 0 (zero).
int

Requirements

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

Used By

GetExperimentsByIds
GetImportResults
GetLabelAssociationsByLabelIds
GetLabelsByIds
GetMediaMetaDataByAccountId
GetVideosByIds