[[["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-05-15 UTC."],[[["AudienceSegmentPage represents a page of AudienceSegment objects, providing access to a subset of segments within a larger result set."],["It includes fields like `totalResultSetSize` and `startIndex` to indicate the total number of segments and the starting position of the current page."],["The `results` field contains an array of various audience segment types, including FirstPartyAudienceSegment, ThirdPartyAudienceSegment, and SharedAudienceSegment."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202405`, which should be used when referencing it in API calls."]]],["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. This array represents the actual audience segments found on the page.\n"]]