REST Resource: partners.channels
সম্পদ: চ্যানেল
একটি একক চ্যানেল। চ্যানেল হল সম্পর্কিত ওয়েবসাইট এবং অ্যাপের কাস্টম গ্রুপ।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"channelId": string,
"displayName": string,
"positivelyTargetedLineItemCount": string,
"negativelyTargetedLineItemCount": string,
// Union field owner can be only one of the following:
"partnerId": string,
"advertiserId": string
// End of list of possible types for union field owner .
} |
ক্ষেত্র |
---|
name | string শুধুমাত্র আউটপুট। চ্যানেলের সম্পদের নাম। |
channelId | string ( int64 format) শুধুমাত্র আউটপুট। চ্যানেলের অনন্য আইডি। সিস্টেম দ্বারা বরাদ্দ. |
displayName | string প্রয়োজন। চ্যানেলের প্রদর্শনের নাম। সর্বাধিক 240 বাইটের দৈর্ঘ্য সহ UTF-8 এনকোড করা আবশ্যক৷ |
positivelyTargetedLineItemCount | string ( int64 format) শুধুমাত্র আউটপুট। লাইন আইটেমগুলির সংখ্যা যা সরাসরি এই চ্যানেলটিকে ইতিবাচকভাবে লক্ষ্য করে। |
negativelyTargetedLineItemCount | string ( int64 format) শুধুমাত্র আউটপুট। লাইন আইটেমগুলির সংখ্যা যা সরাসরি এই চ্যানেলটিকে নেতিবাচকভাবে লক্ষ্য করে। |
ইউনিয়ন মাঠের owner . চ্যানেলটির মালিক DV360 সত্তাকে শনাক্ত করে। এটি একটি অংশীদার বা একটি বিজ্ঞাপনদাতা হতে পারে. owner নিম্নলিখিতগুলির মধ্যে একজন হতে পারে: |
partnerId | string ( int64 format) চ্যানেলের মালিক অংশীদারের আইডি। |
advertiserId | string ( int64 format) চ্যানেলটির মালিক বিজ্ঞাপনদাতার আইডি। |
পদ্ধতি |
---|
| একটি নতুন চ্যানেল তৈরি করে। |
| একটি অংশীদার বা বিজ্ঞাপনদাতার জন্য একটি চ্যানেল পায়। |
| একটি অংশীদার বা বিজ্ঞাপনদাতার জন্য চ্যানেল তালিকা. |
| একটি চ্যানেল আপডেট করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Channels are custom groupings of related websites and apps, allowing for targeted advertising."],["Each channel has a unique ID, display name, and is owned by either a partner or an advertiser."],["You can manage channels by creating, retrieving, listing, and updating them through the provided methods."],["Channels provide insights into the number of line items targeting them positively or negatively."]]],["Channels are custom groups of websites and apps. Each channel has a unique ID, a display name (up to 240 bytes), and counts of positively and negatively targeted line items. A channel is owned by either a partner or an advertiser, identified by their respective IDs. You can create, get, list, and update channels. Channel data is represented in JSON format, including fields such as `name`, `channelId`, and `displayName`.\n"]]