[[["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."],[[["The `DaiEncodingProfileService` allows you to retrieve a page of `DaiEncodingProfile` objects."],["`DaiEncodingProfilePage` objects provide information on the total result set size, starting index, and contain the requested collection of encoding profiles."],["The service utilizes `getDaiEncodingProfilesByStatement` to fetch the encoding profile information."]]],["The `DaiEncodingProfileService` uses `getDaiEncodingProfilesByStatement` to retrieve a `DaiEncodingProfilePage`. This page contains a set of `DaiEncodingProfile` objects. Key data within the page includes `totalResultSetSize`, indicating the total number of profiles, `startIndex`, representing the starting index of the current page, and `results`, which is an array holding the retrieved `DaiEncodingProfile` objects. The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]