[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["`AudienceSegmentPage` represents a page of `AudienceSegment` objects, providing access to a subset of audience segments within a larger result set."],["It includes information about the total number of results (`totalResultSetSize`), the starting position of the page within the results (`startIndex`), and the actual audience segments on this page (`results`)."],["The `results` field can contain various types of audience segments, including `FirstPartyAudienceSegment`, `ThirdPartyAudienceSegment`, and `SharedAudienceSegment`, among others."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202408`, indicating its place within the Google Ad Manager API."]]],["The `AudienceSegmentService` uses `getAudienceSegmentsByStatement` to retrieve a page of `AudienceSegment` objects. The `AudienceSegmentPage` contains `totalResultSetSize`, indicating the total number of results, and `startIndex`, the page's starting index. The `results` field holds an array of different `AudienceSegment` types, including `FirstPartyAudienceSegment`, `ThirdPartyAudienceSegment`, and `SharedAudienceSegment`, among others. The result list provides a collection of the audience segments present in the current page.\n"]]