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.
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP request
GET https://adsdatahub.googleapis.com/v1/{name=operations/**}
[[["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."],[[["Retrieves the latest status of a long-running operation, enabling clients to monitor progress."],["Uses a `GET` request to the specified URL with the operation name as a path parameter."],["Requires an empty request body and returns an `Operation` object in the response body if successful."],["Needs authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["The core content describes how to retrieve the latest state of a long-running operation via a `GET` HTTP request. The request URL is structured with a path parameter `name`, specifying the operation resource. The request body must be empty. A successful response returns an `Operation` instance. This method requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization. Clients are to poll the operation result at intervals.\n"]]