This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
Output only. Immutable. Name that uniquely identifies a query. It has the form customers/[customerId]/analysisQueries/[resource_id], e.g. 'customers/123/analysisQueries/abcd1234'. The resource ID is generated by the server.
[[["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-18 UTC."],[[["This operation updates an existing analysis query, allowing for partial updates of specific fields."],["The request is made using the `PATCH` method to the specified URL with path and query parameters."],["The request body should contain the updated `AnalysisQuery` object, and a successful response will return the updated `AnalysisQuery`."],["The URL follows gRPC Transcoding syntax and requires `adsdatahub` authorization scope."],["The `query.name` path parameter identifies the specific query to update, while the `updateMask` query parameter indicates which fields are being modified."]]],["This describes updating an existing analysis query via a `PATCH` request to a specific URL. The URL contains a path parameter, `query.name`, which uniquely identifies the query. The request supports partial updates using the `updateMask` query parameter. The request body contains the updated `AnalysisQuery`, and a successful response also returns an `AnalysisQuery`. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. The update process is based on gRPC Transcoding.\n"]]