चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, 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)
FileMask, जो तय करता है कि किसी अपडेट में किन संसाधन फ़ील्ड में बदलाव किया गया है. यह फ़ील्ड के पूरी तरह क्वालिफ़ाइड नाम की सूची है, जिसे कॉमा लगाकर अलग किया गया है. उदाहरण: "user.displayName,photo" .
|
यूनियन फ़ील्ड operation . बदलाव करने की कार्रवाई. operation इनमें से सिर्फ़ एक हो सकता है: |
create |
object (BiddingSeasonalityAdjustment )
बनाएं कार्रवाई: सीज़न के मुताबिक बिड घटाने या बढ़ाने वाले नए टूल के लिए, किसी संसाधन के नाम की ज़रूरत नहीं है.
|
update |
object (BiddingSeasonalityAdjustment )
अपडेट करने की कार्रवाई: सीज़न के मुताबिक बिड घटाने या बढ़ाने वाले टूल के लिए, संसाधन का मान्य नाम होना चाहिए.
|
remove |
string
कार्रवाई हटाएं: सीज़न के मुताबिक बिड घटाने या बढ़ाने की जिस प्रोसेस को हटाया गया है उसके लिए, संसाधन का नाम इस फ़ॉर्मैट में होना चाहिए: customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-06 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]