BMCStore Data Object - Campaign Management

Defines a Microsoft Merchant Center store.

Elements of this object are defined in the Microsoft Merchant Center store, and read-only in Microsoft Advertising. Values of elements do not restrict Microsoft Advertising features. For example, a Microsoft Shopping campaign and product ad may be added whether the IsActive element is set to true or false.

Syntax

<xs:complexType name="BMCStore" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="HasCatalog" type="xs:boolean" />
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="IsActive" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsProductAdsEnabled" type="xs:boolean" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="StoreUrl" nillable="true" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="SubType" nillable="true" type="tns:BMCStoreSubType" />
  </xs:sequence>
</xs:complexType>

Elements

The BMCStore object has the following elements: HasCatalog, Id, IsActive, IsProductAdsEnabled, Name, StoreUrl, SubType.

Element Description Data Type
HasCatalog Value will be true if the store has a catalog of items, and otherwise the value is false. boolean
Id The unique identifier for the Microsoft Merchant Center store. long
IsActive Value will be true if the store is active, and otherwise the value is false. boolean
IsProductAdsEnabled Reserved for internal use. boolean
Name Defines the name of the store as defined in the Microsoft Merchant Center. string
StoreUrl The store's destination URL. The destination URL is the web page where people are directed to when they click your ad. string
SubType The Microsoft Merchant Center store sub type.

This element is only applicable for Microsoft Merchant Center stores that support Shopping Campaigns for Brands, and will be nil for all other stores.

If the subtype is set to CoOp, then you have linked from a partner's store via Shopping Campaigns for Brands. When your partner retrieves the same store via GetBMCStoresByCustomerId the subtype would be nil, since from their perspective the store is not restricted to Shopping Campaigns for Brands.

If the subtype is set to GlobalStore, then it is the global store to use for all Shopping Campaigns for Brands under the current manager account.
BMCStoreSubType

Requirements

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

Used By

GetBMCStoresByCustomerId