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 。チャンネルを所有するディスプレイ&ビデオ 360 エンティティを識別します。パートナーまたは広告主のいずれかです。owner は次のいずれかになります。 |
partnerId |
string (int64 format)
チャネルを所有するパートナーの ID。
|
advertiserId |
string (int64 format)
チャンネルを所有する広告主の ID。
|
メソッド |
|
新しいチャネルを作成します。 |
|
パートナーまたは広告主のチャネルを取得します。 |
|
パートナーまたは広告主のチャネルを一覧表示します。 |
|
チャンネルを更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-07 UTC。
[null,null,["最終更新日 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"]]