BMCStoreAdditionalField Value Set - Campaign Management

Defines a list of optional store properties that you can request when calling GetBMCStoresByCustomerId.

Syntax

<xs:simpleType name="BMCStoreAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="GlobalStore" />
        <xs:enumeration value="StoreUrl" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The BMCStoreAdditionalField value set has the following values: GlobalStore, StoreUrl.

Value Description
GlobalStore Request that the service return global stores with SubType set to GlobalStore.

Global stores are not included by default when you call GetBMCStoresByCustomerId.
StoreUrl The store's destination URL. The destination URL is the web page where people are directed to when they click your ad.

Requirements

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

Used By

GetBMCStoresByCustomerId