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. 고객 부정적 기준

정확히 하나만 설정해야 합니다. 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)

변경할 수 없습니다. NegativeKeywordList

ipBlock

object (IpBlockInfo)

변경할 수 없습니다. IPBLock

NegativeKeywordListInfo

제외 키워드 목록 기준 계정 수준에서 제외할 수 있는 공유 제외 키워드 집합을 나타냅니다. 계정당 제외 키워드 목록 기준을 하나만 연결할 수 있습니다.

JSON 표현
{
  "sharedSet": string
}
필드
sharedSet

string

NegativeKeywordListInfo 공유 세트 리소스 이름입니다.