Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.82 KB

bmcstoreadditionalfield.md

File metadata and controls

42 lines (36 loc) · 1.82 KB
title ms.service ms.subservice ms.topic author ms.author ms.date description
BMCStoreAdditionalField Value Set - Campaign Management
bing-ads
campaign-management-api
article
jonmeyers
jonmeyers
11/13/2024
Defines a list of optional store properties that you can request when calling GetBMCStoresByCustomerId.

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