주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
CustomerNegativeCriterion
JSON 표현 |
{
"resourceName": string,
"type": enum (CriterionType ),
"id": string,
// Union field criterion can be only one of the following:
"contentLabel": {
object (ContentLabelInfo )
},
"mobileApplication": {
object (MobileApplicationInfo )
},
"mobileAppCategory": {
object (MobileAppCategoryInfo )
},
"placement": {
object (PlacementInfo )
},
"youtubeVideo": {
object (YouTubeVideoInfo )
},
"youtubeChannel": {
object (YouTubeChannelInfo )
},
"negativeKeywordList": {
object (NegativeKeywordListInfo )
},
"ipBlock": {
object (IpBlockInfo )
}
// End of list of possible types for union field criterion .
} |
필드 |
resourceName |
string
변경할 수 없습니다. 고객 제외 기준의 리소스 이름입니다. 고객 제외 기준 리소스 이름의 형식은 다음과 같습니다. customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
출력 전용입니다. 기준의 유형입니다.
|
id |
string (int64 format)
출력 전용입니다. 기준의 ID입니다.
|
통합 필드 criterion . 고객 제외 기준입니다. 정확히 1개를 설정해야 합니다. criterion 는 다음 중 하나여야 합니다. |
contentLabel |
object (ContentLabelInfo )
변경할 수 없습니다. ContentLabel
|
mobileApplication |
object (MobileApplicationInfo )
변경할 수 없습니다. MobileApplication을 선택합니다.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
변경할 수 없습니다. MobileAppCategory에서 사용할 수 있습니다.
|
placement |
object (PlacementInfo )
변경할 수 없습니다. 게재위치.
|
youtubeVideo |
object (YouTubeVideoInfo )
변경할 수 없습니다. YouTube 동영상
|
youtubeChannel |
object (YouTubeChannelInfo )
변경할 수 없습니다. YouTube 채널
|
negativeKeywordList |
object (NegativeKeywordListInfo )
변경할 수 없습니다. 제외 키워드 목록.
|
ipBlock |
object (IpBlockInfo )
변경할 수 없습니다. IPBLock
|
NegativeKeywordListInfo
제외 키워드 목록 기준. 계정 수준에서 제외할 수 있는 공유 제외 키워드 집합을 나타냅니다. 계정당 하나의 제외 키워드 목록 기준만 연결할 수 있습니다.
JSON 표현 |
{
"sharedSet": string
} |
필드 |
sharedSet |
string
NegativeKeywordListInfo 공유 세트 리소스 이름입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-06(UTC)
[null,null,["최종 업데이트: 2025-03-06(UTC)"],[[["CustomerNegativeCriterion is used to define negative criteria for exclusions at the customer level."],["It supports various criterion types such as ContentLabel, MobileApplication, MobileAppCategory, Placement, YouTubeVideo, YouTubeChannel, NegativeKeywordList, and IpBlock."],["NegativeKeywordListInfo represents a shared set of negative keywords that can be applied at the account level."],["Only one negative keyword list criterion can be associated with each account."]]],["This document details customer-level negative criteria for exclusions, defined through a JSON structure. Key actions involve specifying `criterion` types, with only one allowed per entry. Available types include `contentLabel`, `mobileApplication`, `mobileAppCategory`, `placement`, `youtubeVideo`, `youtubeChannel`, `negativeKeywordList`, and `ipBlock`. Each criterion is identified by a `resourceName`, `type`, and `id`. `NegativeKeywordListInfo` allows the exclusion of a shared set of negative keywords, defined by the `sharedSet` field.\n"]]