共用方式為


BMCStore 資料物件 - 行銷活動管理

定義 Microsoft 商家中心商店。

此物件的元素是在 Microsoft 商家中心商店中定義,而在 Microsoft Advertising 中則是唯讀的。 元素的值不會限制 Microsoft Advertising 功能。 例如,不論 IsActive 元素設為 true 或 false,都可以新增 Microsoft 購物活動和產品廣告。

語法

<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>

元素

BMCStore物件具有下列元素:HasCatalogIdIsActiveIsProductAdsEnabledNameStoreUrlSubType

元素 說明 資料類型
HasCatalog 如果存放區有專案目錄,則值為 true,否則值為 false。 布林
識別碼 Microsoft 商家中心存放區的唯一識別碼。
IsActive 如果存放區為使用中,則值為 true,否則值為 false。 布林
IsProductAdsEnabled 保留給內部使用。 布林
名稱 定義 Microsoft 商家中心中定義的商店名稱。 string
StoreUrl 存放區的目的地 URL。 目的地 URL 是使用者在按一下您的廣告時會導向的網頁。 string
Microsoft 商家中心商店子類型。

此元素僅適用于支援品牌購物活動的 Microsoft 商家中心商店,而且對所有其他商店而言都是 nil。

如果子類型設定為 CoOp,則您已透過品牌的購物活動從合作夥伴的商店連結。 當您的合作夥伴透過 GetBMCStoresByCustomerId 擷取相同的存放區時,子類型會是 nil,因為從他們的觀點來看,商店不限於品牌的購物活動。

如果子類型設定為 GlobalStore,則它是要用於目前經理帳戶下所有品牌購物活動的全域存放區。
BMCStoreSubType

需求

服務: CampaignManagementService.svc v13
命名 空間: https://bingads.microsoft.com/CampaignManagement/v13

消費者

GetBMCStoresByCustomerId