ValidateAddress Service Operation - Customer Management

送信されたアドレスが Microsoft Advertising アカウントに対して有効かどうかを判断します。

アドレスが有効な場合は、アカウント BusinessAddress として使用できます。

オーストラリア (AU)、カナダ (CA)、および 米国 (米国) の場合、この操作では、住所に何かを発送できるかどうかを検証します。 その他のすべての国または地域の基本的なアドレス検証 (AVS) が完了しました。

Request 要素

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

注:

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

要求本文要素

要素 説明 データ型
アドレス 検証するアドレス。 Address

要求ヘッダー要素

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

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

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

Response 要素

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

応答本文の要素

要素 説明 データ型
OriginalAddress 検証のために送信されたアドレス。

送信された Address は常に応答でここに返されるため、この要素は常に設定されます。
Address
Status 送信された住所が Microsoft Advertising アカウントに対して有効かどうか、および SuggestedAddresses 応答要素を介して住所候補を使用できるかどうかを決定します。

指定できる文字列値は 、AddressValidWithoutSuggestionsAddressValidWithSuggestionsAddressInvalidWithoutSuggestionsAddressInvalidWithSuggestions です
string
SuggestedAddresses [状態]AddressValidWithSuggestions または AddressInvalidWithSuggestions の場合は、1 つ以上の推奨アドレス。

StatusAddressValidWithoutSuggestions または AddressInvalidWithoutSuggestions の場合、この要素は nil になります。
アドレス 配列

応答ヘッダー要素

要素 説明 データ型
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">ValidateAddress</Action>
    <AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
    <DeveloperToken i:nil="false">ValueHere</DeveloperToken>
  </s:Header>
  <s:Body>
    <ValidateAddressRequest xmlns="https://bingads.microsoft.com/Customer/v13">
      <Address xmlns:e285="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e285:City i:nil="false">ValueHere</e285:City>
        <e285:CountryCode i:nil="false">ValueHere</e285:CountryCode>
        <e285:Id i:nil="false">ValueHere</e285:Id>
        <e285:Line1 i:nil="false">ValueHere</e285:Line1>
        <e285:Line2 i:nil="false">ValueHere</e285:Line2>
        <e285:Line3 i:nil="false">ValueHere</e285:Line3>
        <e285:Line4 i:nil="false">ValueHere</e285:Line4>
        <e285:PostalCode i:nil="false">ValueHere</e285:PostalCode>
        <e285:StateOrProvince i:nil="false">ValueHere</e285:StateOrProvince>
        <e285:TimeStamp i:nil="false">ValueHere</e285:TimeStamp>
        <e285:BusinessName i:nil="false">ValueHere</e285:BusinessName>
      </Address>
    </ValidateAddressRequest>
  </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>
    <ValidateAddressResponse xmlns="https://bingads.microsoft.com/Customer/v13">
      <OriginalAddress xmlns:e286="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <e286:City d4p1:nil="false">ValueHere</e286:City>
        <e286:CountryCode d4p1:nil="false">ValueHere</e286:CountryCode>
        <e286:Id d4p1:nil="false">ValueHere</e286:Id>
        <e286:Line1 d4p1:nil="false">ValueHere</e286:Line1>
        <e286:Line2 d4p1:nil="false">ValueHere</e286:Line2>
        <e286:Line3 d4p1:nil="false">ValueHere</e286:Line3>
        <e286:Line4 d4p1:nil="false">ValueHere</e286:Line4>
        <e286:PostalCode d4p1:nil="false">ValueHere</e286:PostalCode>
        <e286:StateOrProvince d4p1:nil="false">ValueHere</e286:StateOrProvince>
        <e286:TimeStamp d4p1:nil="false">ValueHere</e286:TimeStamp>
        <e286:BusinessName d4p1:nil="false">ValueHere</e286:BusinessName>
      </OriginalAddress>
      <Status d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</Status>
      <SuggestedAddresses xmlns:e287="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <e287:Address>
          <e287:City d4p1:nil="false">ValueHere</e287:City>
          <e287:CountryCode d4p1:nil="false">ValueHere</e287:CountryCode>
          <e287:Id d4p1:nil="false">ValueHere</e287:Id>
          <e287:Line1 d4p1:nil="false">ValueHere</e287:Line1>
          <e287:Line2 d4p1:nil="false">ValueHere</e287:Line2>
          <e287:Line3 d4p1:nil="false">ValueHere</e287:Line3>
          <e287:Line4 d4p1:nil="false">ValueHere</e287:Line4>
          <e287:PostalCode d4p1:nil="false">ValueHere</e287:PostalCode>
          <e287:StateOrProvince d4p1:nil="false">ValueHere</e287:StateOrProvince>
          <e287:TimeStamp d4p1:nil="false">ValueHere</e287:TimeStamp>
          <e287:BusinessName d4p1:nil="false">ValueHere</e287:BusinessName>
        </e287:Address>
      </SuggestedAddresses>
    </ValidateAddressResponse>
  </s:Body>
</s:Envelope>

コード構文

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

public async Task<ValidateAddressResponse> ValidateAddressAsync(
	Address address)
{
	var request = new ValidateAddressRequest
	{
		Address = address
	};

	return (await CustomerManagementService.CallAsync((s, r) => s.ValidateAddressAsync(r), request));
}
static ValidateAddressResponse validateAddress(
	Address address) throws RemoteException, Exception
{
	ValidateAddressRequest request = new ValidateAddressRequest();

	request.setAddress(address);

	return CustomerManagementService.getService().validateAddress(request);
}
static function ValidateAddress(
	$address)
{

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

	$request = new ValidateAddressRequest();

	$request->Address = $address;

	return $GLOBALS['CustomerManagementProxy']->GetService()->ValidateAddress($request);
}
response=customermanagement_service.ValidateAddress(
	Address=Address)

要件

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