次の方法で共有


BMCStoreSubType 値セット - キャンペーン管理

Microsoft Merchant Center ストアのサブタイプに使用できる値を定義します。

構文

<xs:simpleType name="BMCStoreSubType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CoOp">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GlobalStore">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

BMCStoreSubType 値セットの値は、CoOpGlobalStore です。

説明
小屋 Microsoft Merchant Center ストアでは、ブランド向けのショッピング キャンペーンがサポートされています。
GlobalStore ブランドのショッピング キャンペーンでは、グローバル ストアには、現在のマネージャー アカウントのすべてのリンクされたストアが含まれます。

負の StoreCriterion を使用してグローバル ストアを除外することはできません。

要件

サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

BMCStore