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。条件。

1 つのみ設定する必要があります。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 表現
{
  "displayName": string,
  "entityId": string,
  "primaryUrl": string,
  "rejectionReason": enum (BrandRequestRejectionReason),
  "status": enum (BrandState)
}
フィールド
displayName

string

出力専用。ブランドを表すテキスト。

entityId

string

ブランドの Commercial KG MID。

primaryUrl

string

出力専用。ブランドのプライマリ URL。

rejectionReason

enum (BrandRequestRejectionReason)

出力専用。ブランド ステータスが「REJECTED」の場合の不承認の理由。

status

enum (BrandState)

出力専用。ブランドのステータス。

BrandRequestRejectionReason

さまざまなブランド リクエストの拒否理由の列挙。

列挙型
UNSPECIFIED 値が指定されていません。
UNKNOWN 戻り値にのみ使用されます。このバージョンで不明な値を表します。
EXISTING_BRAND ブランドは商用ブランドセットにすでに存在しています。
EXISTING_BRAND_VARIANT ブランドはすでに商用ブランドセットに存在しますが、バリエーションです。
INCORRECT_INFORMATION ブランド情報が正しくない(例: URL と名前が一致しない)。
NOT_A_BRAND Google のポリシーに基づき、有効なブランドではありません。