REST Resource: advertisers.channels
Resource: Channel
Satu saluran. Saluran adalah grup kustom situs dan aplikasi terkait.
Representasi 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 .
} |
Kolom |
name |
string
Hanya output. Nama resource saluran.
|
channelId |
string (int64 format)
Hanya output. ID unik channel. Ditugaskan oleh sistem.
|
displayName |
string
Wajib. Nama tampilan channel. Harus berenkode UTF-8 dengan panjang maksimum 240 byte.
|
positivelyTargetedLineItemCount |
string (int64 format)
Hanya output. Jumlah item baris yang secara langsung menargetkan channel ini secara positif.
|
negativelyTargetedLineItemCount |
string (int64 format)
Hanya output. Jumlah item baris yang secara langsung menargetkan channel ini secara negatif.
|
Kolom union owner . Mengidentifikasi entity DV360 yang memiliki channel. Pengiklan dapat berupa partner atau pengiklan. owner hanya dapat berupa salah satu dari berikut: |
partnerId |
string (int64 format)
ID partner yang memiliki channel.
|
advertiserId |
string (int64 format)
ID pengiklan yang memiliki channel.
|
Metode |
|
Membuat channel baru. |
|
Mendapatkan channel untuk partner atau pengiklan. |
|
Mencantumkan channel untuk partner atau pengiklan. |
|
Memperbarui saluran. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-07 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-07 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."],["Channels can be positively or negatively targeted by line items, impacting ad delivery."],["You can manage channels through methods like creating, retrieving, listing, and updating them via the API."]]],["Channels are custom groups of websites and apps, uniquely identified by a system-assigned `channelId`. Key properties include a `displayName` (max 240 bytes), and counts of positively and negatively targeted line items. Ownership is designated by either a `partnerId` or `advertiserId`. Actions include creating, retrieving (get), listing, and updating (patch) channels. Each channel also has an associated `name` used to define the channel's resource.\n"]]