次の方法で共有


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

アカウントの識別子、名前、および番号を含むオブジェクトを定義します。

構文

<xs:complexType name="AccountInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Number" 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:sequence>
</xs:complexType>

要素

AccountInfo オブジェクトには、AccountLifeCycleStatusIdNameNumberPauseReason という要素があります。

要素 説明 データ型
AccountLifeCycleStatus アカウントの状態。 AccountLifeCycleStatus
身分証明書 アカウントのシステム生成識別子。 long
名前 アカウントの名前。 string
数値 アカウント番号。 string
PauseReason アカウントを一時停止したユーザーを示すフラグ値。 指定可能な値は次のいずれかです。

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

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

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

要件

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

使用ページ

FindAccounts
GetAccountsInfo
GetLinkedAccountsAndCustomersInfo