次の方法で共有


AccountInfoWithCustomerData データ オブジェクト - Customer Management

アカウントと、アカウントを管理または所有する顧客を識別する情報を含むオブジェクトを定義します。

構文

<xs:complexType name="AccountInfoWithCustomerData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountLifeCycleStatus" type="tns:AccountLifeCycleStatus" />
    <xs:element minOccurs="0" name="PauseReason" nillable="true" type="xs:unsignedByte" />
    <xs:element minOccurs="0" name="AccountMode" 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:sequence>
</xs:complexType>

要素

AccountInfoWithCustomerData オブジェクトには、AccountIdAccountLifeCycleStatusAccountMode、AccountNameAccountNumberCustomerIdCustomerNamePauseReason の各要素があります。

要素 説明 データ型
AccountId アカウントのシステム生成識別子。 long
AccountLifeCycleStatus アカウントの状態。 AccountLifeCycleStatus
AccountMode アカウント モードでは、スマート アカウントとエキスパート アカウントが区別されます。

使用可能な値は次のとおりですが、これらに限定されません。

エキスパート - エキスパート モードは、フル機能の Microsoft Advertising エクスペリエンスです。 これにより、キャンペーン管理をより詳細に制御したり、広告にコンテンツを追加したり、パフォーマンスレポートやトラッキングの方法をより多く提供したりできます。

スマート - Microsoft 広告では、Microsoft AI を使用して広告を作成し、広告キャンペーンを管理します。

UnifiedSmart - アカウントは、Bing、Google、Facebook全体の広告をサポートします。 Facebook、Instagram、LinkedIn でソーシャル ネットワークのプレゼンスを管理することもできます。 : 2023 年 4 月 25 日の時点で、UnifiedSmart は Twitter をサポートしなくなりました。

ほとんどのBing広告 API 操作は、エキスパート アカウントでのみサポートされます。 アカウント モードのアカウントは、アカウント情報 ( FindAccountsOrCustomersInfoGetAccountGetAccountsInfoGetUserSearchAccounts など) を要求すると返されます。

足す: ほとんどのアカウントの読み取り専用。 終了した統合スマート キャンペーン パイロットのお客様は、アカウント モードを "UnifiedSmart" に設定できます。
更新: 読み取り専用
string
AccountName アカウントの名前。 string
AccountNumber Microsoft Advertising Web アプリケーションのアカウントを識別するために使用されるシステム生成のアカウント番号。

アカウント番号は xxxxxxxx という形式で、 xxxxxxxx は 8 文字の英数字の系列です。
string
CustomerId アカウントを管理または所有する顧客のシステム生成識別子。

このアカウントが FindAccountsOrCustomersInfo を使用したアカウントの一致の結果である場合、顧客識別子はアカウントを所有する顧客の ID です。 ただし、アカウントが顧客の一致の結果である場合、顧客識別子は、アカウントがアグリゲーターによって管理されている場合、アカウントを管理するアグリゲーターの識別子です。それ以外の場合、識別子はアカウントを所有する顧客の識別子です。
long
CustomerName アカウントを管理または所有する顧客の名前。 string
PauseReason アカウントを一時停止したユーザーを示すフラグ値。 指定可能な値は次のいずれかです。

1 - ユーザーがアカウントを一時停止しました。

2 - 課金サービスがアカウントを一時停止しました。

4 - ユーザーと課金サービスがアカウントを一時停止しました。
unsignedByte

要件

サービス: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用ページ

FindAccountsOrCustomersInfo