[[["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."],[[["`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."]]],["The `DaiEncodingProfileService` uses `getDaiEncodingProfilesByStatement` to retrieve a `DaiEncodingProfilePage`. This page contains a subset of `DaiEncodingProfile` objects. The page's information includes `totalResultSetSize`, indicating the total number of profiles, `startIndex`, showing the page's starting index within the entire result set, and `results`, which is an array holding the actual `DaiEncodingProfile` objects for that specific page.\n"]]