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.
[[["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 API endpoint allows you to retrieve a list of Ads Data Hub outages within the last 130 days, sorted by outage start timestamp in descending order."],["You can control the number of outages returned and navigate through paginated results using query parameters like `pageSize` and `pageToken`."],["The response provides a list of outage objects and a token for retrieving subsequent pages, if available."],["To utilize this endpoint, you need to authorize your request with the `https://www.googleapis.com/auth/adsdatahub` OAuth scope."]]],["The system retrieves outages data using a `GET` request to `https://adsdatahub.googleapis.com/v1/outages`. It accepts optional `pageSize` and `pageToken` query parameters for pagination. The request body must be empty. The response, in JSON format, includes an array of `outages` objects and an optional `nextPageToken` for subsequent pages. Results are sorted by descending outage start time, within a 130-day look-back window. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]