[[["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."],[[["This API allows the creation of a `Report` object using an HTTP POST request."],["The request should be sent to `https://admanager.googleapis.com/v1/{parent}/reports`, replacing `{parent}` with the network code."],["The request body must contain a `Report` object as defined in the provided link."],["A successful response will return the newly created `Report` object."],["Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope."]]],["This API facilitates creating a `Report` object via a POST request to `https://admanager.googleapis.com/v1/{parent}/reports`. The `parent` path parameter, formatted as `networks/{networkCode}`, is mandatory. The request body must include a `Report` instance, and upon successful creation, the response body will return a new `Report` instance. Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope. The API uses HTTP request, path parameters, request body, response body, and authorization scopes.\n"]]