Freigeben über


BMCStoreSubType-Wertsatz – Kampagnenverwaltung

Definiert die möglichen Werte für Untertypen des Microsoft Merchant Center-Stores.

Syntax

<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>

Werte

Der festgelegte BMCStoreSubType-Wert weist die folgenden Werte auf: CoOp, GlobalStore.

Wert Beschreibung
Coop Der Microsoft Merchant Center-Store unterstützt Shoppingkampagnen für Marken.
GlobalStore Mit Shopping Campaigns for Brands umfasst der globale Store alle verknüpften Stores unter dem aktuellen Manager-Konto.

Sie können einen globalen Speicher nicht über negative StoreCriterion ausschließen.

Anforderungen

Dienst: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Verwendet von

BMCStore