[[["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 `ChangeHistoryValue` class in the PublisherQueryLanguageService is currently unused and serves primarily as documentation for possible values."],["It outlines potential values for the `entityType` field, representing various entities like `BaseRate`, `Company`, `Creative`, etc."],["It also describes possible values for the `operation` field which include actions like `Create`, `Update`, and `Delete` performed on those entities."],["This information aids in understanding the data structure for tracking changes related to different Google Ad Manager objects."]]],["The `PublisherQueryLanguageService` includes `ChangeHistoryValue`, which references change history data. `ChangeHistoryValue` contains two key fields: `entityType` and `operation`. `entityType` specifies the type of entity that changed, such as `AD_UNIT`, `LINE_ITEM`, or `USER`. `operation` defines the type of change performed, including `CREATE`, `UPDATE`, or `DELETE`. `Value` and `ObjectValue` are inherited and `TargetingValue` is also part of the inheritance, but this class is unused and exist to document the possible values.\n"]]