BMCStore 数据对象 - 市场活动管理

定义Microsoft商家中心商店。

此对象的元素在 Microsoft 商家中心商店中定义,在 Microsoft 广告中是只读的。 元素的值不会限制Microsoft广告功能。 例如,无论 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。 boolean
ID Microsoft商家中心商店的唯一标识符。 long
IsActive 如果存储处于活动状态,则值为 true,否则值为 false。 boolean
IsProductAdsEnabled 仅供内部使用。 boolean
名称 定义Microsoft商家中心中定义的商店名称。 string
StoreUrl 存储的目标 URL。 目标 URL 是用户在单击广告时被定向到的网页。 string
SubType Microsoft商家中心商店子类型。

此元素仅适用于支持品牌购物活动的Microsoft商家中心商店,并且对于所有其他商店为零。

如果子类型设置为 CoOp,则表示你已通过品牌购物市场活动从合作伙伴的商店链接。 当合作伙伴通过 GetBMCStoresByCustomerId 检索同一个商店时,子类型将为零,因为从他们的角度来看,该商店不仅限于品牌的购物市场活动。

如果子类型设置为 GlobalStore,则它是全局商店,用于当前经理帐户下的所有品牌购物市场活动。
BMCStoreSubType

要求

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

使用者

GetBMCStoresByCustomerId