Внимание! Вы просматриваете документацию по интерфейсу REST API. Большинство наших официальных клиентских библиотек используют gRPC. Подробнее см. в разделе
Введение в REST .
BiddingSeasonalityAdjustmentOperation
Одна операция (создание, удаление, обновление) для сезонной корректировки.
JSON-представление |
---|
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (BiddingSeasonalityAdjustment )
},
"update": {
object (BiddingSeasonalityAdjustment )
},
"remove": string
// End of list of possible types for union field operation .
} |
Поля |
---|
updateMask | string ( FieldMask format) FieldMask, определяющая, какие поля ресурсов изменяются при обновлении. Это разделенный запятыми список полных имен полей. Пример: "user.displayName,photo" . |
Полевая operation Союза. Операция мутации. operation может быть только одной из следующих: |
create | object ( BiddingSeasonalityAdjustment ) Операция создания: для новой сезонной корректировки не ожидается имя ресурса. |
update | object ( BiddingSeasonalityAdjustment ) Операция обновления: ожидается, что сезонная корректировка будет иметь допустимое имя ресурса. |
remove | string Операция удаления: ожидается имя ресурса для удаленной сезонной корректировки в следующем формате: customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId} |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-03-07 UTC.
[null,null,["Последнее обновление: 2025-03-07 UTC."],[[["This documentation outlines the JSON structure for managing seasonality adjustments in Google Ads, including creating, updating, and removing them."],["The `operation` field specifies the action type: `create`, `update`, or `remove`, each with its corresponding data requirements."],["`updateMask` is used to selectively modify specific fields during updates."],["Resource names are essential for `update` and `remove` operations, following a defined format."]]],["The content details operations for seasonality adjustments, allowing for creation, updates, or removal. An `updateMask` field specifies which resource fields are modified during updates. The `operation` field is a union, supporting only one action. `Create` requires a new seasonality adjustment object, `update` requires a valid resource name, and `remove` needs the resource name in the format of `customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}`.\n"]]