次の方法で共有


SearchAccounts サービス操作 - 顧客管理

要求条件に一致するアカウントを検索します。

たとえば、現在認証されているユーザーがアクセスできるアカウントを検索できます。

ヒント

例を含む概要については、 アカウント Hierchy とユーザーのアクセス許可 に関するガイドを参照してください。

Request 要素

SearchAccountsRequest オブジェクトは、サービス操作要求の本文要素とヘッダー要素を定義します。 要素は、 要求 SOAP に示されている順序と同じ順序である必要があります。

注:

以下に特に記載がない限り、すべての要求要素が必要です。

要求本文要素

要素 説明 データ型
順序 アカウントの指定したプロパティによって結果の順序を決定します。

この要求要素は省略可能です。 配列には、最大 1 つの OrderBy 要素を指定できます。 追加の要素はサポートされていないため、サービスによって無視されます。

OrderBy オブジェクトの Field 要素を "Id"、"Name"、または "Number" に設定した場合、返されるアカウントは、それに応じてアカウント識別子、名前、または数値で並べ替えられます。

この要求要素は省略可能です。
OrderBy 配列
Pageinfo ページごとの結果のインデックスとサイズを決定します。 ページング
述語 アカウントを返すためにすべて満たす必要がある条件を決定します。

述語を 1 つだけ含める必要があります。 述語 Field が "AccountLifeCycleStatus" に設定されている場合は、 Field を UserId などの別の値に設定して、1 つの追加の述語を指定する必要があります。

サポートされている各述語 フィールド 値の詳細については、「 述語の備考」を参照してください。
述語 配列
ReturnAdditionalFields 返された各アカウントに含めたい追加のプロパティの一覧。 追加のフィールド値を使用すると、現在のバージョンの Customer Management API を使用して最新の機能を取得できます。次のバージョンでは、対応する要素が既定で含まれます。

この要求要素は省略可能です。
AccountAdditionalField

要求ヘッダー要素

要素 説明 データ型
AuthenticationToken Microsoft Advertising アカウントへのアクセス許可を持つユーザーの資格情報を表す OAuth アクセス トークン。

詳細については、「 OAuth による認証」を参照してください。
string
DeveloperToken Bing Ads API へのアクセスに使用される開発者トークン。

詳細については、「 開発者トークンを取得する」を参照してください。
string
Password この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 string
UserName この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 string

Response 要素

SearchAccountsResponse オブジェクトは、サービス操作応答の本文要素とヘッダー要素を定義します。 要素は、 応答 SOAP に示されている順序と同じ順序で返されます。

応答本文の要素

要素 説明 データ型
アカウント 要求条件を満たすアカウントの一覧。 AdvertiserAccount 配列

応答ヘッダー要素

要素 説明 データ型
TrackingId API 呼び出しの詳細を含むログ エントリの識別子。 string

SOAP を要求する

このテンプレートは、SOAP 要求の本文要素とヘッダー要素の順序を示すツールによって生成されました。 このサービス操作で使用できるサポートされる型については、上記の 要求本文要素 のリファレンスを参照してください。

<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
    <Action mustUnderstand="1">SearchAccounts</Action>
    <AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
    <DeveloperToken i:nil="false">ValueHere</DeveloperToken>
  </s:Header>
  <s:Body>
    <SearchAccountsRequest xmlns="https://bingads.microsoft.com/Customer/v13">
      <Predicates xmlns:e243="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e243:Predicate>
          <e243:Field i:nil="false">ValueHere</e243:Field>
          <e243:Operator>ValueHere</e243:Operator>
          <e243:Value i:nil="false">ValueHere</e243:Value>
        </e243:Predicate>
      </Predicates>
      <Ordering xmlns:e244="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e244:OrderBy>
          <e244:Field>ValueHere</e244:Field>
          <e244:Order>ValueHere</e244:Order>
        </e244:OrderBy>
      </Ordering>
      <PageInfo xmlns:e245="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e245:Index>ValueHere</e245:Index>
        <e245:Size>ValueHere</e245:Size>
      </PageInfo>
      <ReturnAdditionalFields i:nil="false">ValueHere</ReturnAdditionalFields>
    </SearchAccountsRequest>
  </s:Body>
</s:Envelope>

応答 SOAP

このテンプレートは、SOAP 応答の 本文 要素と ヘッダー 要素の順序を示すツールによって生成されました。

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
    <TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
  </s:Header>
  <s:Body>
    <SearchAccountsResponse xmlns="https://bingads.microsoft.com/Customer/v13">
      <Accounts xmlns:e246="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <e246:AdvertiserAccount>
          <e246:BillToCustomerId d4p1:nil="false">ValueHere</e246:BillToCustomerId>
          <e246:CurrencyCode d4p1:nil="false">ValueHere</e246:CurrencyCode>
          <e246:AccountFinancialStatus d4p1:nil="false">ValueHere</e246:AccountFinancialStatus>
          <e246:Id d4p1:nil="false">ValueHere</e246:Id>
          <e246:Language d4p1:nil="false">ValueHere</e246:Language>
          <e246:LastModifiedByUserId d4p1:nil="false">ValueHere</e246:LastModifiedByUserId>
          <e246:LastModifiedTime d4p1:nil="false">ValueHere</e246:LastModifiedTime>
          <e246:Name d4p1:nil="false">ValueHere</e246:Name>
          <e246:Number d4p1:nil="false">ValueHere</e246:Number>
          <e246:ParentCustomerId>ValueHere</e246:ParentCustomerId>
          <e246:PaymentMethodId d4p1:nil="false">ValueHere</e246:PaymentMethodId>
          <e246:PaymentMethodType d4p1:nil="false">ValueHere</e246:PaymentMethodType>
          <e246:PrimaryUserId d4p1:nil="false">ValueHere</e246:PrimaryUserId>
          <e246:AccountLifeCycleStatus d4p1:nil="false">ValueHere</e246:AccountLifeCycleStatus>
          <e246:TimeStamp d4p1:nil="false">ValueHere</e246:TimeStamp>
          <e246:TimeZone d4p1:nil="false">ValueHere</e246:TimeZone>
          <e246:PauseReason d4p1:nil="false">ValueHere</e246:PauseReason>
          <e246:ForwardCompatibilityMap xmlns:e247="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
            <e247:KeyValuePairOfstringstring>
              <e247:key d4p1:nil="false">ValueHere</e247:key>
              <e247:value d4p1:nil="false">ValueHere</e247:value>
            </e247:KeyValuePairOfstringstring>
          </e246:ForwardCompatibilityMap>
          <e246:LinkedAgencies d4p1:nil="false">
            <e246:CustomerInfo>
              <e246:Id d4p1:nil="false">ValueHere</e246:Id>
              <e246:Name d4p1:nil="false">ValueHere</e246:Name>
            </e246:CustomerInfo>
          </e246:LinkedAgencies>
          <e246:SalesHouseCustomerId d4p1:nil="false">ValueHere</e246:SalesHouseCustomerId>
          <e246:TaxInformation xmlns:e248="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
            <e248:KeyValuePairOfstringstring>
              <e248:key d4p1:nil="false">ValueHere</e248:key>
              <e248:value d4p1:nil="false">ValueHere</e248:value>
            </e248:KeyValuePairOfstringstring>
          </e246:TaxInformation>
          <e246:BackUpPaymentInstrumentId d4p1:nil="false">ValueHere</e246:BackUpPaymentInstrumentId>
          <e246:BillingThresholdAmount d4p1:nil="false">ValueHere</e246:BillingThresholdAmount>
          <e246:BusinessAddress d4p1:nil="false">
            <e246:City d4p1:nil="false">ValueHere</e246:City>
            <e246:CountryCode d4p1:nil="false">ValueHere</e246:CountryCode>
            <e246:Id d4p1:nil="false">ValueHere</e246:Id>
            <e246:Line1 d4p1:nil="false">ValueHere</e246:Line1>
            <e246:Line2 d4p1:nil="false">ValueHere</e246:Line2>
            <e246:Line3 d4p1:nil="false">ValueHere</e246:Line3>
            <e246:Line4 d4p1:nil="false">ValueHere</e246:Line4>
            <e246:PostalCode d4p1:nil="false">ValueHere</e246:PostalCode>
            <e246:StateOrProvince d4p1:nil="false">ValueHere</e246:StateOrProvince>
            <e246:TimeStamp d4p1:nil="false">ValueHere</e246:TimeStamp>
            <e246:BusinessName d4p1:nil="false">ValueHere</e246:BusinessName>
          </e246:BusinessAddress>
          <e246:AutoTagType d4p1:nil="false">ValueHere</e246:AutoTagType>
          <e246:SoldToPaymentInstrumentId d4p1:nil="false">ValueHere</e246:SoldToPaymentInstrumentId>
          <e246:TaxCertificate d4p1:nil="false">
            <e246:TaxCertificateBlobContainerName d4p1:nil="false">ValueHere</e246:TaxCertificateBlobContainerName>
            <e246:TaxCertificates xmlns:e249="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
              <e249:KeyValuePairOfstringbase64Binary>
                <e249:key d4p1:nil="false">ValueHere</e249:key>
                <e249:value d4p1:nil="false">ValueHere</e249:value>
              </e249:KeyValuePairOfstringbase64Binary>
            </e246:TaxCertificates>
            <e246:Status d4p1:nil="false">ValueHere</e246:Status>
          </e246:TaxCertificate>
          <e246:AccountMode d4p1:nil="false">ValueHere</e246:AccountMode>
        </e246:AdvertiserAccount>
      </Accounts>
    </SearchAccountsResponse>
  </s:Body>
</s:Envelope>

コード構文

構文の例は、 Bing広告 SDK で使用できます。 その他 の例については、「Bing広告 API コードの例 」を参照してください。

public async Task<SearchAccountsResponse> SearchAccountsAsync(
	IList<Predicate> predicates,
	IList<OrderBy> ordering,
	Paging pageInfo,
	AccountAdditionalField? returnAdditionalFields)
{
	var request = new SearchAccountsRequest
	{
		Predicates = predicates,
		Ordering = ordering,
		PageInfo = pageInfo,
		ReturnAdditionalFields = returnAdditionalFields
	};

	return (await CustomerManagementService.CallAsync((s, r) => s.SearchAccountsAsync(r), request));
}
static SearchAccountsResponse searchAccounts(
	ArrayOfPredicate predicates,
	ArrayOfOrderBy ordering,
	Paging pageInfo,
	ArrayList<AccountAdditionalField> returnAdditionalFields) throws RemoteException, Exception
{
	SearchAccountsRequest request = new SearchAccountsRequest();

	request.setPredicates(predicates);
	request.setOrdering(ordering);
	request.setPageInfo(pageInfo);
	request.setReturnAdditionalFields(returnAdditionalFields);

	return CustomerManagementService.getService().searchAccounts(request);
}
static function SearchAccounts(
	$predicates,
	$ordering,
	$pageInfo,
	$returnAdditionalFields)
{

	$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];

	$request = new SearchAccountsRequest();

	$request->Predicates = $predicates;
	$request->Ordering = $ordering;
	$request->PageInfo = $pageInfo;
	$request->ReturnAdditionalFields = $returnAdditionalFields;

	return $GLOBALS['CustomerManagementProxy']->GetService()->SearchAccounts($request);
}
response=customermanagement_service.SearchAccounts(
	Predicates=Predicates,
	Ordering=Ordering,
	PageInfo=PageInfo,
	ReturnAdditionalFields=ReturnAdditionalFields)

要件

サービス: CustomerManagementService.svc v13
名前 空間: https://bingads.microsoft.com/Customer/v13