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。
|
方法 |
|
创建新渠道。 |
|
获取合作伙伴或广告客户的渠道。 |
|
列出合作伙伴或广告客户的渠道。 |
|
更新频道。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):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"]]