SharedCriterion

공유 세트에 속하는 기준입니다.

JSON 표현
{
  "resourceName": string,
  "type": enum (CriterionType),
  "sharedSet": string,
  "criterionId": string,

  // Union field criterion can be only one of the following:
  "keyword": {
    object (KeywordInfo)
  },
  "youtubeVideo": {
    object (YouTubeVideoInfo)
  },
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "placement": {
    object (PlacementInfo)
  },
  "mobileAppCategory": {
    object (MobileAppCategoryInfo)
  },
  "mobileApplication": {
    object (MobileApplicationInfo)
  },
  "brand": {
    object (BrandInfo)
  }
  // End of list of possible types for union field criterion.
}
필드
resourceName

string

변경할 수 없습니다. 공유 기준의 리소스 이름입니다. 공유 조합 리소스 이름의 형식은 다음과 같습니다.

customers/{customerId}/sharedCriteria/{shared_set_id}~{criterionId}

type

enum (CriterionType)

출력 전용. 기준의 유형입니다.

sharedSet

string

변경할 수 없습니다. 공유 기준이 속한 공유 집합입니다.

criterionId

string (int64 format)

출력 전용. 기준의 ID입니다.

이 필드는 변경 시 무시됩니다.

통합 필드 criterion. 기준입니다.

정확히 하나만 설정해야 합니다. criterion는 다음 중 하나여야 합니다.

keyword

object (KeywordInfo)

변경할 수 없습니다. 키워드.

youtubeVideo

object (YouTubeVideoInfo)

변경할 수 없습니다. YouTube 동영상

youtubeChannel

object (YouTubeChannelInfo)

변경할 수 없습니다. YouTube 채널

placement

object (PlacementInfo)

변경할 수 없습니다. 게재위치.

mobileAppCategory

object (MobileAppCategoryInfo)

변경할 수 없습니다. 선택할 수 있습니다.

mobileApplication

object (MobileApplicationInfo)

변경할 수 없습니다. 모바일 애플리케이션

brand

object (BrandInfo)

변경할 수 없습니다. 브랜드.

BrandInfo

상업적 지식 그래프 기반의 타겟팅에 사용되는 브랜드 기준을 나타냅니다.

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

string

브랜드의 상업용 KG MID입니다.