REST Resource: advertisers.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)
僅供輸出。頻道的專屬 ID。由系統指派。
|
displayName |
string
必要欄位。頻道的顯示名稱。必須採用 UTF-8 編碼,且長度不得超過 240 位元組。
|
positivelyTargetedLineItemCount |
string (int64 format)
僅供輸出。直接指定這個管道的委刊項數量。
|
negativelyTargetedLineItemCount |
string (int64 format)
僅供輸出。直接指定這個頻道為負向目標的委刊項數量。
|
聯集欄位 owner 。識別擁有頻道的 DV360 實體。可能是合作夥伴或廣告主。owner 只能是下列其中一項: |
partnerId |
string (int64 format)
擁有頻道的合作夥伴 ID。
|
advertiserId |
string (int64 format)
擁有頻道的廣告主 ID。
|
方法 |
|
建立新管道。 |
|
取得合作夥伴或廣告主的頻道。 |
|
列出夥伴或廣告主的頻道。 |
|
更新管道。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-07 (世界標準時間)。
[null,null,["上次更新時間:2024-11-07 (世界標準時間)。"],[[["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"]]