次の方法で共有


BMCStore データ オブジェクト - キャンペーン管理

Microsoft Merchant Center ストアを定義します。

このオブジェクトの要素は、Microsoft Merchant Center ストアで定義され、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 になります。 boolean
身分証明書 Microsoft Merchant Center ストアの一意識別子。 long
IsActive ストアがアクティブな場合は値が true になり、それ以外の場合は値が false になります。 boolean
IsProductAdsEnabled 内部使用のため予約済みです。 boolean
名前 Microsoft Merchant Center で定義されているストアの名前を定義します。 string
StoreUrl ストアの宛先 URL。 宛先 URL は、ユーザーが広告をクリックしたときに誘導される Web ページです。 string
SubType Microsoft Merchant Center ストアのサブタイプ。

この要素は、ブランド向けショッピング キャンペーンをサポートする Microsoft Merchant Center ストアにのみ適用され、他のすべてのストアに適用されます。

サブタイプが CoOp に設定されている場合は、パートナーのストアからブランドのショッピング キャンペーンを介してリンクされています。 パートナーが GetBMCStoresByCustomerId を使用して同じストアを取得すると、サブタイプは nil になります。その観点から見ると、ストアはブランドのショッピング キャンペーンに限定されないためです。

サブタイプが GlobalStore に設定されている場合は、現在のマネージャー アカウントのすべてのブランドのショッピング キャンペーンに使用するグローバル ストアです。
BMCStoreSubType

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

GetBMCStoresByCustomerId