[[["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 2025-08-06 UTC."],[],["The `PublisherQueryLanguageService` uses the `select()` method to retrieve data, which is returned as a `ResultSet`. This `ResultSet` is structured as a data table. It contains two key components: `columnTypes`, an array of `ColumnType` objects defining the data structure, and `rows`, an array of `Row` objects holding the actual data. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["**Service** \n**PublisherQueryLanguageService** **Dependencies** \n[select()](/ad-manager/api/reference/v202502/PublisherQueryLanguageService#select) \n▼\n**ResultSet**\n\nThe `ResultSet` represents a table of data obtained from the execution of a PQL [Statement](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.Statement).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `columnTypes` | ` `[ColumnType](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.ColumnType)`[]` A collection of [ColumnType](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.ColumnType) objects. |\n| `rows` | ` `[Row](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.Row)`[]` A collection of [Row](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.Row) objects. |"]]