[[["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-09-23 UTC."],[[["Reduce bandwidth usage by enabling gzip compression, requiring an `Accept-Encoding` header and a modified user agent string."],["Improve API call performance by requesting partial resources using the `fields` parameter to specify desired fields."],["Construct the `fields` parameter value using syntax loosely based on XPath, selecting specific fields and sub-fields within the response data."],["Partial responses return a 200 OK status with the requested data, or a 400 Bad Request if the `fields` parameter is invalid."],["Combine partial responses with pagination parameters like `maxResults` and `nextPageToken` for optimal performance with large datasets."]]],[]]