type DaiEncodingProfilePage (v202411)

  • DaiEncodingProfilePage objects represent a page of encoding profiles used in Dynamic Ad Insertion.

  • This page includes information like the total number of profiles, starting position, and the profiles themselves.

  • Accessing and managing these profiles is done through the DaiEncodingProfileService.

  • Each profile's details can be accessed via DaiEncodingProfile objects.

Captures a page of DaiEncodingProfile objects.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

totalResultSetSize

xsd:int

The size of the total result set to which this page belongs.

startIndex

xsd:int

The absolute index in the total result set on which this page begins.

results

DaiEncodingProfile[]

The collection of profiles contained within this page.