BMCStoreSubType Value Set - Campaign Management

Defines the possible values for Microsoft Merchant Center store sub types.

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>

Values

The BMCStoreSubType value set has the following values: CoOp, GlobalStore.

Value Description
CoOp The Microsoft Merchant Center store supports Shopping Campaigns for Brands.
GlobalStore With Shopping Campaigns for Brands the global store encompasses all linked stores under the current manager account.

You cannot exclude a global store via negative StoreCriterion.

Requirements

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

Used By

BMCStore