[[["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-11-19 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 result set size (`totalResultSetSize`) and the starting position of the current page within that set (`startIndex`)."],["The `results` field contains an array of `AudienceSegment` objects, which can be of various types like `FirstPartyAudienceSegment`, `ThirdPartyAudienceSegment`, and others, representing the segments on this page."],["This page is accessed through the `AudienceSegmentService`, specifically the `getAudienceSegmentsByStatement` method, which allows retrieval of audience segments based on specified criteria."]]],["The `AudienceSegmentService` uses `getAudienceSegmentsByStatement` to retrieve a page of `AudienceSegment` objects. An `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`. This page represents a subset of the complete audience segment data.\n"]]