API для агентств и брендов — это внешний HTTP API, позволяющий рекламным агентствам и брендам программно управлять своими сделками и расходами с издателями Google Ad Manager.
- REST-ресурс: v1.agencies.reports
- REST-ресурс: v1.agencies.reports.operations
- REST-ресурс: v1.agencies.reports.results
Сервис: agenciesandbrands.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries . If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Документ об обнаружении
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
конечная точка сервиса
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
-
https://agenciesandbrands.googleapis.com
REST-ресурс: v1.agencies.reports
| Методы | |
|---|---|
create | POST /v1/{parent=agencies/*}/reportsСоздает объект Report . |
delete | DELETE /v1/{name=agencies/*/reports/*}Удаляет объект Report . |
get | GET /v1/{name=agencies/*/reports/*}Извлекает объект Report . |
list | GET /v1/{parent=agencies/*}/reportsСписок объектов Report . |
patch | PATCH /v1/{report.name=agencies/*/reports/*}Обновляет объект Report . |
run | POST /v1/{name=agencies/*/reports/*}:runИнициирует асинхронное выполнение существующего отчета. |
REST-ресурс: v1.agencies.reports.operations
| Методы | |
|---|---|
get | GET /v1/{name=agencies/*/reports/*/operations/*}Получает самую актуальную информацию о давно работающем предприятии. |
REST-ресурс: v1.agencies.reports.results
| Методы | |
|---|---|
fetchRows | GET /v1/{name=agencies/*/reports/*/results/*}:fetchRowsВозвращает строки результатов из завершенного отчета. |