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)
  }
  // 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)

변경할 수 없습니다. 제외 키워드 목록

NegativeKeywordListInfo

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

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

string

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