StoreCriterion Data Object - Campaign Management

Defines a criterion to exclude one Microsoft Merchant Center store from your shopping campaign for brands.

Each campaign can have a maximum of 10 excluded stores.

Syntax

<xs:complexType name="StoreCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Criterion">
      <xs:sequence>
        <xs:element minOccurs="0" name="StoreId" nillable="true" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The StoreCriterion object has the following elements: StoreId.

Element Description Data Type
StoreId The system-generated identifier of the Microsoft Merchant Center store to exclude.

You cannot exclude the global store (store SubType set to GlobalStore).
long

The StoreCriterion object has Inherited Elements.

Inherited Elements

Inherited Elements from Criterion

The StoreCriterion object derives from the Criterion object, and inherits the following elements: Type. The descriptions below are specific to StoreCriterion, and might not apply to other objects that inherit the same elements from the Criterion object.

Element Description Data Type
Type The type of the criterion. This value is Store when you retrieve a store criterion. For more information about criterion types, see the Criterion Data Object Remarks.

Add: Read-only
Update: Read-only
string

Requirements

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