REST Resource: partners.channels
리소스: Channel
단일 채널 채널은 관련 웹사이트와 앱의 맞춤 그룹입니다.
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
필수 항목입니다. 채널의 표시 이름입니다. 최대 길이 240바이트의 UTF-8 인코딩이어야 합니다.
|
positivelyTargetedLineItemCount |
string (int64 format)
출력 전용입니다. 이 채널을 직접 타겟팅하는 광고 항목의 수입니다.
|
negativelyTargetedLineItemCount |
string (int64 format)
출력 전용입니다. 이 채널을 직접 제외하도록 타겟팅하는 광고 항목의 수입니다.
|
통합 필드 owner . 채널을 소유한 DV360 항목을 식별합니다. 파트너 또는 광고주일 수 있습니다. owner 은 다음 중 하나여야 합니다. |
partnerId |
string (int64 format)
채널을 소유한 파트너의 ID입니다.
|
advertiserId |
string (int64 format)
채널을 소유한 광고주의 ID입니다.
|
메서드 |
|
새 채널을 만듭니다. |
|
파트너 또는 광고주의 채널을 가져옵니다. |
|
파트너 또는 광고주의 채널을 표시합니다. |
|
채널을 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."],["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"]]