সতর্কতা: আপনি API এর REST ইন্টারফেসের জন্য ডকুমেন্টেশন দেখছেন। আমাদের বেশিরভাগ অফিসিয়াল ক্লায়েন্ট লাইব্রেরি জিআরপিসি ব্যবহার করে। বিস্তারিত জানার জন্য
REST ভূমিকা দেখুন।
AdParameterOperation
বিজ্ঞাপন প্যারামিটারে একটি একক অপারেশন (তৈরি, আপডেট, অপসারণ)।
JSON প্রতিনিধিত্ব |
---|
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AdParameter )
},
"update": {
object (AdParameter )
},
"remove": string
// End of list of possible types for union field operation .
} |
ক্ষেত্র |
---|
update Mask | string ( FieldMask format) FieldMask যা নির্ধারণ করে যে কোন রিসোর্স ক্ষেত্রগুলি আপডেটে পরিবর্তন করা হয়েছে। এটি ক্ষেত্রগুলির সম্পূর্ণরূপে যোগ্য নামের একটি কমা দ্বারা পৃথক করা তালিকা৷ উদাহরণ: "user.displayName,photo" । |
ইউনিয়ন ফিল্ড operation । মিউটেট অপারেশন। operation নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
create | object ( AdParameter ) ক্রিয়াকলাপ তৈরি করুন: নতুন বিজ্ঞাপন প্যারামিটারের জন্য কোনও সংস্থানের নাম প্রত্যাশিত নয়৷ |
update | object ( AdParameter ) আপডেট অপারেশন: বিজ্ঞাপনের প্যারামিটারের একটি বৈধ সম্পদ নাম থাকবে বলে আশা করা হচ্ছে। |
remove | string অপসারণ অপারেশন: বিজ্ঞাপন প্যারামিটারের জন্য একটি রিসোর্স নাম এই ফর্ম্যাটে প্রত্যাশিত: customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex} |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This page documents a single operation (create, update, or remove) on an ad parameter within Google Ads."],["The operation is represented using a JSON payload containing an `updateMask` and an `operation` field specifying the action and data."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific data requirements detailed in the table."],["A `create` operation requires an `AdParameter` object without a resource name, while `update` needs a valid resource name within the `AdParameter` object."],["To `remove` an ad parameter, provide its resource name using the format `customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}`."]]],[]]