AddAccount サービス操作 - Customer Management
既存の顧客内に新しいアカウントを作成します。
Super 管理 資格情報を持つユーザーは、自分の顧客の下にアカウントを追加できます。
ヒント
リセラーは通常、AddAccount ではなく SignupCustomer を呼び出す必要があります。 詳細については、 アカウント階層 のテクニカル ガイドを参照してください。
注:
終了した統合スマート キャンペーン パイロットのお客様は、統合スマート キャンペーンの新しいアカウントを追加できます。 AccountMode は "UnifiedSmart" に設定する必要があります。
Request 要素
AddAccountRequest オブジェクトは、サービス操作要求の本文要素とヘッダー要素を定義します。 要素は、 要求 SOAP に示されている順序と同じ順序である必要があります。
注:
以下に特に記載がない限り、すべての要求要素が必要です。
要求本文要素
要素 | 説明 | データ型 |
---|---|---|
アカウント | 既存の顧客に追加するアカウント。 広告主アカウント オブジェクトで ParentCustomerId を 設定する必要があります。 |
AdvertiserAccount |
要求ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
AuthenticationToken | Microsoft Advertising アカウントへのアクセス許可を持つユーザーの資格情報を表す OAuth アクセス トークン。 詳細については、「 OAuth による認証」を参照してください。 |
string |
DeveloperToken | Bing Ads API へのアクセスに使用される開発者トークン。 詳細については、「 開発者トークンを取得する」を参照してください。 |
string |
Password | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
UserName | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
Response 要素
AddAccountResponse オブジェクトは、サービス操作応答の本文要素とヘッダー要素を定義します。 要素は、 応答 SOAP に示されている順序と同じ順序で返されます。
応答本文の要素
要素 | 説明 | データ型 |
---|---|---|
AccountId | 要求で指定された新しいアカウントに対応するシステム生成のアカウント識別子。 AccountId 本文要素と CustomerAccountId SOAP ヘッダー要素を必要とする操作要求で、この識別子を使用します。 |
long |
AccountNumber | Microsoft Advertising Web アプリケーションのアカウントを識別するために使用されるシステム生成のアカウント番号。 アカウント番号は xxxxxxxx という形式で、 xxxxxxxx は 8 文字の英数字の系列です。 |
string |
CreateTime | アカウントが追加された日付と時刻。 日付と時刻の値は、クライアントではなく、サーバーでの日付と時刻を反映します。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。 | dateTime |
応答ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
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">AddAccount</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<AddAccountRequest xmlns="https://bingads.microsoft.com/Customer/v13">
<Account xmlns:e1="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
<e1:BillToCustomerId i:nil="false">ValueHere</e1:BillToCustomerId>
<e1:CurrencyCode i:nil="false">ValueHere</e1:CurrencyCode>
<e1:AccountFinancialStatus i:nil="false">ValueHere</e1:AccountFinancialStatus>
<e1:Id i:nil="false">ValueHere</e1:Id>
<e1:Language i:nil="false">ValueHere</e1:Language>
<e1:LastModifiedByUserId i:nil="false">ValueHere</e1:LastModifiedByUserId>
<e1:LastModifiedTime i:nil="false">ValueHere</e1:LastModifiedTime>
<e1:Name i:nil="false">ValueHere</e1:Name>
<e1:Number i:nil="false">ValueHere</e1:Number>
<e1:ParentCustomerId>ValueHere</e1:ParentCustomerId>
<e1:PaymentMethodId i:nil="false">ValueHere</e1:PaymentMethodId>
<e1:PaymentMethodType i:nil="false">ValueHere</e1:PaymentMethodType>
<e1:PrimaryUserId i:nil="false">ValueHere</e1:PrimaryUserId>
<e1:AccountLifeCycleStatus i:nil="false">ValueHere</e1:AccountLifeCycleStatus>
<e1:TimeStamp i:nil="false">ValueHere</e1:TimeStamp>
<e1:TimeZone i:nil="false">ValueHere</e1:TimeZone>
<e1:PauseReason i:nil="false">ValueHere</e1:PauseReason>
<e1:ForwardCompatibilityMap xmlns:e2="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e2:KeyValuePairOfstringstring>
<e2:key i:nil="false">ValueHere</e2:key>
<e2:value i:nil="false">ValueHere</e2:value>
</e2:KeyValuePairOfstringstring>
</e1:ForwardCompatibilityMap>
<e1:LinkedAgencies i:nil="false">
<e1:CustomerInfo>
<e1:Id i:nil="false">ValueHere</e1:Id>
<e1:Name i:nil="false">ValueHere</e1:Name>
</e1:CustomerInfo>
</e1:LinkedAgencies>
<e1:SalesHouseCustomerId i:nil="false">ValueHere</e1:SalesHouseCustomerId>
<e1:TaxInformation xmlns:e3="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e3:KeyValuePairOfstringstring>
<e3:key i:nil="false">ValueHere</e3:key>
<e3:value i:nil="false">ValueHere</e3:value>
</e3:KeyValuePairOfstringstring>
</e1:TaxInformation>
<e1:BackUpPaymentInstrumentId i:nil="false">ValueHere</e1:BackUpPaymentInstrumentId>
<e1:BillingThresholdAmount i:nil="false">ValueHere</e1:BillingThresholdAmount>
<e1:BusinessAddress i:nil="false">
<e1:City i:nil="false">ValueHere</e1:City>
<e1:CountryCode i:nil="false">ValueHere</e1:CountryCode>
<e1:Id i:nil="false">ValueHere</e1:Id>
<e1:Line1 i:nil="false">ValueHere</e1:Line1>
<e1:Line2 i:nil="false">ValueHere</e1:Line2>
<e1:Line3 i:nil="false">ValueHere</e1:Line3>
<e1:Line4 i:nil="false">ValueHere</e1:Line4>
<e1:PostalCode i:nil="false">ValueHere</e1:PostalCode>
<e1:StateOrProvince i:nil="false">ValueHere</e1:StateOrProvince>
<e1:TimeStamp i:nil="false">ValueHere</e1:TimeStamp>
<e1:BusinessName i:nil="false">ValueHere</e1:BusinessName>
</e1:BusinessAddress>
<e1:AutoTagType i:nil="false">ValueHere</e1:AutoTagType>
<e1:SoldToPaymentInstrumentId i:nil="false">ValueHere</e1:SoldToPaymentInstrumentId>
<e1:TaxCertificate i:nil="false">
<e1:TaxCertificateBlobContainerName i:nil="false">ValueHere</e1:TaxCertificateBlobContainerName>
<e1:TaxCertificates xmlns:e4="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e4:KeyValuePairOfstringbase64Binary>
<e4:key i:nil="false">ValueHere</e4:key>
<e4:value i:nil="false">ValueHere</e4:value>
</e4:KeyValuePairOfstringbase64Binary>
</e1:TaxCertificates>
<e1:Status i:nil="false">ValueHere</e1:Status>
</e1:TaxCertificate>
<e1:AccountMode i:nil="false">ValueHere</e1:AccountMode>
</Account>
</AddAccountRequest>
</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>
<AddAccountResponse xmlns="https://bingads.microsoft.com/Customer/v13">
<AccountId>ValueHere</AccountId>
<AccountNumber d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</AccountNumber>
<CreateTime>ValueHere</CreateTime>
</AddAccountResponse>
</s:Body>
</s:Envelope>
コード構文
構文の例は、 Bing広告 SDK で使用できます。 その他 の例については、「Bing広告 API コードの例 」を参照してください。
public async Task<AddAccountResponse> AddAccountAsync(
AdvertiserAccount account)
{
var request = new AddAccountRequest
{
Account = account
};
return (await CustomerManagementService.CallAsync((s, r) => s.AddAccountAsync(r), request));
}
static AddAccountResponse addAccount(
AdvertiserAccount account) throws RemoteException, Exception
{
AddAccountRequest request = new AddAccountRequest();
request.setAccount(account);
return CustomerManagementService.getService().addAccount(request);
}
static function AddAccount(
$account)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new AddAccountRequest();
$request->Account = $account;
return $GLOBALS['CustomerManagementProxy']->GetService()->AddAccount($request);
}
response=customermanagement_service.AddAccount(
Account=Account)
要件
サービス: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13
要求 URL
https://clientcenter.api.bingads.microsoft.com/CustomerManagement/v13/Account
Request 要素
AddAccountRequest オブジェクトは、サービス操作要求の本文要素とヘッダー要素を定義します。
注:
以下に特に記載がない限り、すべての要求要素が必要です。
要求本文要素
要素 | 説明 | データ型 |
---|---|---|
アカウント | 既存の顧客に追加するアカウント。 広告主アカウント オブジェクトで ParentCustomerId を 設定する必要があります。 |
AdvertiserAccount |
要求ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
Authorization | Microsoft Advertising アカウントへのアクセス許可を持つユーザーの資格情報を表す OAuth アクセス トークン。 トークンのプレフィックスに "Bearer" があることを確認してください。これは、適切な認証に必要です。 詳細については、「 OAuth による認証」を参照してください。 |
string |
DeveloperToken | Bing Ads API へのアクセスに使用される開発者トークン。 詳細については、「 開発者トークンを取得する」を参照してください。 |
string |
Password | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
UserName | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
Response 要素
AddAccountResponse オブジェクトは、サービス操作応答の本文要素とヘッダー要素を定義します。 要素は、 Response JSON に示されている順序と同じ順序で返されます。
応答本文の要素
要素 | 説明 | データ型 |
---|---|---|
AccountId | 要求で指定された新しいアカウントに対応するシステム生成のアカウント識別子。 AccountId 本文要素と CustomerAccountId SOAP ヘッダー要素を必要とする操作要求で、この識別子を使用します。 |
long |
AccountNumber | Microsoft Advertising Web アプリケーションのアカウントを識別するために使用されるシステム生成のアカウント番号。 アカウント番号は xxxxxxxx という形式で、 xxxxxxxx は 8 文字の英数字の系列です。 |
string |
CreateTime | アカウントが追加された日付と時刻。 日付と時刻の値は、クライアントではなく、サーバーでの日付と時刻を反映します。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。 | dateTime |
応答ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
TrackingId | API 呼び出しの詳細を含むログ エントリの識別子。 | string |
JSON を要求する
このテンプレートは、JSON 要求の 本文 と ヘッダー 要素を表示するツールによって生成されました。 このサービス操作で使用できるサポートされる型については、上記の 要求本文要素 のリファレンスを参照してください。
{
"Account": {
"AccountFinancialStatus": "ValueHere",
"AccountLifeCycleStatus": "ValueHere",
"AccountMode": "ValueHere",
"AutoTagType": "ValueHere",
"BackUpPaymentInstrumentId": "LongValueHere",
"BillingThresholdAmount": DecimalValueHere,
"BillToCustomerId": "LongValueHere",
"BusinessAddress": {
"BusinessName": "ValueHere",
"City": "ValueHere",
"CountryCode": "ValueHere",
"Id": "LongValueHere",
"Line1": "ValueHere",
"Line2": "ValueHere",
"Line3": "ValueHere",
"Line4": "ValueHere",
"PostalCode": "ValueHere",
"StateOrProvince": "ValueHere",
"TimeStamp": "ValueHere"
},
"CurrencyCode": "ValueHere",
"ForwardCompatibilityMap": [
{
"key": "ValueHere",
"value": "ValueHere"
}
],
"Id": "LongValueHere",
"Language": "ValueHere",
"LastModifiedByUserId": "LongValueHere",
"LastModifiedTime": "ValueHere",
"LinkedAgencies": [
{
"Id": "LongValueHere",
"Name": "ValueHere"
}
],
"Name": "ValueHere",
"Number": "ValueHere",
"ParentCustomerId": "LongValueHere",
"PauseReason": "ValueHere",
"PaymentMethodId": "LongValueHere",
"PaymentMethodType": "ValueHere",
"PrimaryUserId": "LongValueHere",
"SalesHouseCustomerId": "LongValueHere",
"SoldToPaymentInstrumentId": "LongValueHere",
"TaxCertificate": {
"Status": "ValueHere",
"TaxCertificateBlobContainerName": "ValueHere",
"TaxCertificates": [
{
"key": "ValueHere",
"value": "ValueHere"
}
]
},
"TaxInformation": [
{
"key": "ValueHere",
"value": "ValueHere"
}
],
"TimeStamp": "ValueHere",
"TimeZone": "ValueHere"
}
}
応答 JSON
このテンプレートは、JSON 応答の 本文 と ヘッダー 要素を表示するツールによって生成されました。
{
"AccountId": "LongValueHere",
"AccountNumber": "ValueHere",
"CreateTime": "ValueHere"
}
コード構文
SDK を使用して REST API を呼び出すには、SDK を特定のバージョンにアップグレードし、システム パラメーターを構成する必要があります。構文の例は、 Bing広告 SDK で使用できます。 その他 の例については、「Bing広告 API コードの例 」を参照してください。
public async Task<AddAccountResponse> AddAccountAsync(
AdvertiserAccount account)
{
var request = new AddAccountRequest
{
Account = account
};
return (await CustomerManagementService.CallAsync((s, r) => s.AddAccountAsync(r), request));
}
static AddAccountResponse addAccount(
AdvertiserAccount account) throws RemoteException, Exception
{
AddAccountRequest request = new AddAccountRequest();
request.setAccount(account);
return CustomerManagementService.getService().addAccount(request);
}
static function AddAccount(
$account)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new AddAccountRequest();
$request->Account = $account;
return $GLOBALS['CustomerManagementProxy']->GetService()->AddAccount($request);
}
response=customermanagement_service.AddAccount(
Account=Account)