Dikkat: API'nin REST arayüzüyle ilgili dokümanları görüntülüyorsunuz. Resmi istemci kitaplıklarımızın çoğu gTB kullanır. Ayrıntılar için
REST Tanıtımı'nı inceleyin.
BiddingSeasonalityAdjustmentOperation
Dönemlik ayarlama üzerinde tek bir işlem (oluşturma, kaldırma, güncelleme).
JSON gösterimi |
{
"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 .
} |
Alanlar |
updateMask |
string (FieldMask format)
Bir güncellemede hangi kaynak alanlarının değiştirileceğini belirleyen FieldMask. Bu, tam nitelikli alan adlarının virgülle ayrılmış bir listesidir. Örnek: "user.displayName,photo" .
|
Birleştirme alanı operation . Değişim işlemi. operation şunlardan yalnızca biri olabilir: |
create |
object (BiddingSeasonalityAdjustment )
İşlem oluşturma: Yeni dönemlik ayarlama için kaynak adı beklenmiyor.
|
update |
object (BiddingSeasonalityAdjustment )
Güncelleme işlemi: Dönemlik ayarlamanın geçerli bir kaynak adına sahip olması beklenir.
|
remove |
string
Kaldırma işlemi: Kaldırılan dönemlik ayarlama için şu biçimde bir kaynak adı bekleniyor: customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-06 UTC.
[null,null,["Son güncelleme tarihi: 2025-03-06 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"]]