Method: advertisers.creatives.get
HTTP-запрос
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/creatives/{creativeId}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
advertiserId | string ( int64 format) Необходимый. Идентификатор рекламодателя, которому принадлежит это объявление. |
creativeId | string ( int64 format) Необходимый. Идентификатор объявления, которое нужно получить. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр Creative
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/display-video
Для получения дополнительной информации см.OAuth 2.0 Overview .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-02-25 UTC.
[null,null,["Последнее обновление: 2025-02-25 UTC."],[[["Retrieves a specific creative belonging to a designated advertiser using a GET request."],["Requires specifying the advertiser ID and creative ID as path parameters in the request URL."],["Returns the details of the requested creative in the response body if successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details retrieving a specific creative using a `GET` request to the provided URL. The request requires two path parameters: `advertiserId` and `creativeId`, both as string representations of 64-bit integers. The request body must be empty. A successful response returns a `Creative` object. Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope. The described URL follows gRPC Transcoding syntax. There is also a test option to try it.\n"]]