GetKeywordTrafficEstimates サービス操作 - Ad Insight
平均クリック単価、平均位置、クリック数、クリック数、インプレッション数、合計コストなどのキーワードのトラフィック見積もりを提供します。 入力として、入札、言語、場所、ネットワークを指定し、オプションのキャンペーン予算と否定的なキーワード (keyword)フィルターを指定します。
ヒント
概要については、「 キーワードのアイデアとトラフィックの見積もり 」テクニカル ガイドを参照してください。
Request 要素
GetKeywordTrafficEstimatesRequest オブジェクトは、サービス操作要求の本文とヘッダー要素を定義します。 要素は、 要求 SOAP に示されている順序と同じ順序である必要があります。
注:
以下に特に記載がない限り、すべての要求要素が必要です。
要求本文要素
要素 | 説明 | データ型 |
---|---|---|
CampaignEstimators | 要求されたキーワード (keyword)トラフィックの見積もりに対して、キャンペーン、広告グループ、キーワード (keyword)レベルの条件とフィルターを定義します。 | CampaignEstimator 配列 |
要求ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
AuthenticationToken | Microsoft Advertising アカウントへのアクセス許可を持つユーザーの資格情報を表す OAuth アクセス トークン。 詳細については、「 OAuth による認証」を参照してください。 |
string |
CustomerAccountId | 要求のエンティティを所有または関連付けられている広告アカウントの識別子。 両方が必要な場合、このヘッダー要素の値は AccountId 本文要素と同じである必要があります。 この要素は、ほとんどのサービス操作に必要であり、ベスト プラクティスとして常に設定する必要があります。 詳細については、「 アカウントと顧客 ID を取得する」を参照してください。 |
string |
CustomerId | ユーザーがアクセスまたは操作しているマネージャー アカウント (顧客) の識別子。 ユーザーは複数のマネージャー アカウントにアクセスできます。 この要素は、ほとんどのサービス操作に必要であり、ベスト プラクティスとして常に設定する必要があります。 詳細については、「 アカウントと顧客 ID を取得する」を参照してください。 |
string |
DeveloperToken | Bing Ads API へのアクセスに使用される開発者トークン。 詳細については、「 開発者トークンを取得する」を参照してください。 |
string |
Password | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
UserName | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
Response 要素
GetKeywordTrafficEstimatesResponse オブジェクトは、サービス操作応答の本文とヘッダー要素を定義します。 要素は、 応答 SOAP に示されている順序と同じ順序で返されます。
応答本文の要素
要素 | 説明 | データ型 |
---|---|---|
CampaignEstimates | キャンペーンの見積もりの一覧。 各キャンペーンの見積もりには、各広告グループのキーワード (keyword)トラフィックの見積もりの入れ子になったリストがあります。 BatchError Details 要素を調べて、要求されたリスト項目のうち失敗した項目を調べることができます。 たとえば、Details に "CampaignEstimators[0]、AdGroupEstimators[1]、KeywordEstimators が null であるか、値が含まれていません" が含まれている場合、送信されたリストの 2 番目の AdGroupEstimator でエラーが発生しました。 BatchError の Index 要素は、返されたバッチ エラーの連続した数だけであり、要求でエラーが発生した場所を特定するために使用できません。 |
CampaignEstimate 配列 |
応答ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
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/AdInsight/v13">
<Action mustUnderstand="1">GetKeywordTrafficEstimates</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<CustomerAccountId i:nil="false">ValueHere</CustomerAccountId>
<CustomerId i:nil="false">ValueHere</CustomerId>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<GetKeywordTrafficEstimatesRequest xmlns="https://bingads.microsoft.com/AdInsight/v13">
<CampaignEstimators i:nil="false">
<CampaignEstimator>
<AdGroupEstimators i:nil="false">
<AdGroupEstimator>
<AdGroupId i:nil="false">ValueHere</AdGroupId>
<KeywordEstimators i:nil="false">
<KeywordEstimator>
<Keyword i:nil="false">
<Id i:nil="false">ValueHere</Id>
<MatchType>ValueHere</MatchType>
<Text i:nil="false">ValueHere</Text>
</Keyword>
<MaxCpc i:nil="false">ValueHere</MaxCpc>
</KeywordEstimator>
</KeywordEstimators>
<MaxCpc>ValueHere</MaxCpc>
</AdGroupEstimator>
</AdGroupEstimators>
<CampaignId i:nil="false">ValueHere</CampaignId>
<Criteria i:nil="false">
<Criterion i:type="-- derived type specified here with the appropriate prefix --">
<!--This field is applicable if the derived type attribute is set to LocationCriterion-->
<LocationId>ValueHere</LocationId>
<!--This field is applicable if the derived type attribute is set to LanguageCriterion-->
<Language i:nil="false">ValueHere</Language>
<!--This field is applicable if the derived type attribute is set to NetworkCriterion-->
<Network>ValueHere</Network>
<!--This field is applicable if the derived type attribute is set to DeviceCriterion-->
<DeviceName i:nil="false">ValueHere</DeviceName>
</Criterion>
</Criteria>
<DailyBudget i:nil="false">ValueHere</DailyBudget>
<NegativeKeywords i:nil="false">
<NegativeKeyword>
<Id i:nil="false">ValueHere</Id>
<MatchType>ValueHere</MatchType>
<Text i:nil="false">ValueHere</Text>
</NegativeKeyword>
</NegativeKeywords>
</CampaignEstimator>
</CampaignEstimators>
</GetKeywordTrafficEstimatesRequest>
</s:Body>
</s:Envelope>
応答 SOAP
このテンプレートは、SOAP 応答の 本文 要素と ヘッダー 要素の順序を示すツールによって生成されました。
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/AdInsight/v13">
<TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
</s:Header>
<s:Body>
<GetKeywordTrafficEstimatesResponse xmlns="https://bingads.microsoft.com/AdInsight/v13">
<CampaignEstimates d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<CampaignEstimate>
<AdGroupEstimates d4p1:nil="false">
<AdGroupEstimate>
<AdGroupId d4p1:nil="false">ValueHere</AdGroupId>
<KeywordEstimates d4p1:nil="false">
<KeywordEstimate>
<Keyword d4p1:nil="false">
<Id d4p1:nil="false">ValueHere</Id>
<MatchType>ValueHere</MatchType>
<Text d4p1:nil="false">ValueHere</Text>
</Keyword>
<Maximum d4p1:nil="false">
<AverageCpc>ValueHere</AverageCpc>
<AveragePosition>ValueHere</AveragePosition>
<Clicks>ValueHere</Clicks>
<Ctr>ValueHere</Ctr>
<Impressions>ValueHere</Impressions>
<TotalCost>ValueHere</TotalCost>
</Maximum>
<Minimum d4p1:nil="false">
<AverageCpc>ValueHere</AverageCpc>
<AveragePosition>ValueHere</AveragePosition>
<Clicks>ValueHere</Clicks>
<Ctr>ValueHere</Ctr>
<Impressions>ValueHere</Impressions>
<TotalCost>ValueHere</TotalCost>
</Minimum>
</KeywordEstimate>
</KeywordEstimates>
</AdGroupEstimate>
</AdGroupEstimates>
<CampaignId d4p1:nil="false">ValueHere</CampaignId>
</CampaignEstimate>
</CampaignEstimates>
</GetKeywordTrafficEstimatesResponse>
</s:Body>
</s:Envelope>
コード構文
構文の例は、 Bing広告 SDK で使用できます。 その他 の例については、「Bing広告 API コードの例 」を参照してください。
public async Task<GetKeywordTrafficEstimatesResponse> GetKeywordTrafficEstimatesAsync(
IList<CampaignEstimator> campaignEstimators)
{
var request = new GetKeywordTrafficEstimatesRequest
{
CampaignEstimators = campaignEstimators
};
return (await AdInsightService.CallAsync((s, r) => s.GetKeywordTrafficEstimatesAsync(r), request));
}
static GetKeywordTrafficEstimatesResponse getKeywordTrafficEstimates(
ArrayOfCampaignEstimator campaignEstimators) throws RemoteException, Exception
{
GetKeywordTrafficEstimatesRequest request = new GetKeywordTrafficEstimatesRequest();
request.setCampaignEstimators(campaignEstimators);
return AdInsightService.getService().getKeywordTrafficEstimates(request);
}
static function GetKeywordTrafficEstimates(
$campaignEstimators)
{
$GLOBALS['Proxy'] = $GLOBALS['AdInsightProxy'];
$request = new GetKeywordTrafficEstimatesRequest();
$request->CampaignEstimators = $campaignEstimators;
return $GLOBALS['AdInsightProxy']->GetService()->GetKeywordTrafficEstimates($request);
}
response=adinsight_service.GetKeywordTrafficEstimates(
CampaignEstimators=CampaignEstimators)
要件
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13
要求 URL
https://adinsight.api.bingads.microsoft.com/AdInsight/v13/KeywordTrafficEstimates/Query
Request 要素
GetKeywordTrafficEstimatesRequest オブジェクトは、サービス操作要求の本文とヘッダー要素を定義します。
注:
以下に特に記載がない限り、すべての要求要素が必要です。
要求本文要素
要素 | 説明 | データ型 |
---|---|---|
CampaignEstimators | 要求されたキーワード (keyword)トラフィックの見積もりに対して、キャンペーン、広告グループ、キーワード (keyword)レベルの条件とフィルターを定義します。 | CampaignEstimator 配列 |
要求ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
Authorization | Microsoft Advertising アカウントへのアクセス許可を持つユーザーの資格情報を表す OAuth アクセス トークン。 トークンのプレフィックスに "Bearer" があることを確認してください。これは、適切な認証に必要です。 詳細については、「 OAuth による認証」を参照してください。 |
string |
CustomerAccountId | 要求のエンティティを所有または関連付けられている広告アカウントの識別子。 両方が必要な場合、このヘッダー要素の値は AccountId 本文要素と同じである必要があります。 この要素は、ほとんどのサービス操作に必要であり、ベスト プラクティスとして常に設定する必要があります。 詳細については、「 アカウントと顧客 ID を取得する」を参照してください。 |
string |
CustomerId | ユーザーがアクセスまたは操作しているマネージャー アカウント (顧客) の識別子。 ユーザーは複数のマネージャー アカウントにアクセスできます。 この要素は、ほとんどのサービス操作に必要であり、ベスト プラクティスとして常に設定する必要があります。 詳細については、「 アカウントと顧客 ID を取得する」を参照してください。 |
string |
DeveloperToken | Bing Ads API へのアクセスに使用される開発者トークン。 詳細については、「 開発者トークンを取得する」を参照してください。 |
string |
Password | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
UserName | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
Response 要素
GetKeywordTrafficEstimatesResponse オブジェクトは、サービス操作応答の本文とヘッダー要素を定義します。 要素は、 Response JSON に示されている順序と同じ順序で返されます。
応答本文の要素
要素 | 説明 | データ型 |
---|---|---|
CampaignEstimates | キャンペーンの見積もりの一覧。 各キャンペーンの見積もりには、各広告グループのキーワード (keyword)トラフィックの見積もりの入れ子になったリストがあります。 BatchError Details 要素を調べて、要求されたリスト項目のうち失敗した項目を調べることができます。 たとえば、Details に "CampaignEstimators[0]、AdGroupEstimators[1]、KeywordEstimators が null であるか、値が含まれていません" が含まれている場合、送信されたリストの 2 番目の AdGroupEstimator でエラーが発生しました。 BatchError の Index 要素は、返されたバッチ エラーの連続した数だけであり、要求でエラーが発生した場所を特定するために使用できません。 |
CampaignEstimate 配列 |
応答ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
TrackingId | API 呼び出しの詳細を含むログ エントリの識別子。 | string |
JSON を要求する
このテンプレートは、JSON 要求の 本文 と ヘッダー 要素を表示するツールによって生成されました。 このサービス操作で使用できるサポートされる型については、上記の 要求本文要素 のリファレンスを参照してください。
{
"CampaignEstimators": [
{
"AdGroupEstimators": [
{
"AdGroupId": "LongValueHere",
"KeywordEstimators": [
{
"Keyword": {
"Id": "LongValueHere",
"MatchType": "ValueHere",
"Text": "ValueHere"
},
"MaxCpc": DoubleValueHere
}
],
"MaxCpc": DoubleValueHere
}
],
"CampaignId": "LongValueHere",
"Criteria": [
"ValueHere"
],
"DailyBudget": DoubleValueHere,
"NegativeKeywords": [
{
"Id": "LongValueHere",
"MatchType": "ValueHere",
"Text": "ValueHere"
}
]
}
]
}
応答 JSON
このテンプレートは、JSON 応答の 本文 と ヘッダー 要素を表示するツールによって生成されました。
{
"CampaignEstimates": [
{
"AdGroupEstimates": [
{
"AdGroupId": "LongValueHere",
"KeywordEstimates": [
{
"Keyword": {
"Id": "LongValueHere",
"MatchType": "ValueHere",
"Text": "ValueHere"
},
"Maximum": {
"AverageCpc": DoubleValueHere,
"AveragePosition": DoubleValueHere,
"Clicks": DoubleValueHere,
"Ctr": DoubleValueHere,
"Impressions": DoubleValueHere,
"TotalCost": DoubleValueHere
},
"Minimum": {
"AverageCpc": DoubleValueHere,
"AveragePosition": DoubleValueHere,
"Clicks": DoubleValueHere,
"Ctr": DoubleValueHere,
"Impressions": DoubleValueHere,
"TotalCost": DoubleValueHere
}
}
]
}
],
"CampaignId": "LongValueHere"
}
]
}
コード構文
SDK を使用して REST API を呼び出すには、SDK を特定のバージョンにアップグレードし、システム パラメーターを構成する必要があります。構文の例は、 Bing広告 SDK で使用できます。 その他 の例については、「Bing広告 API コードの例 」を参照してください。
public async Task<GetKeywordTrafficEstimatesResponse> GetKeywordTrafficEstimatesAsync(
IList<CampaignEstimator> campaignEstimators)
{
var request = new GetKeywordTrafficEstimatesRequest
{
CampaignEstimators = campaignEstimators
};
return (await AdInsightService.CallAsync((s, r) => s.GetKeywordTrafficEstimatesAsync(r), request));
}
static GetKeywordTrafficEstimatesResponse getKeywordTrafficEstimates(
ArrayOfCampaignEstimator campaignEstimators) throws RemoteException, Exception
{
GetKeywordTrafficEstimatesRequest request = new GetKeywordTrafficEstimatesRequest();
request.setCampaignEstimators(campaignEstimators);
return AdInsightService.getService().getKeywordTrafficEstimates(request);
}
static function GetKeywordTrafficEstimates(
$campaignEstimators)
{
$GLOBALS['Proxy'] = $GLOBALS['AdInsightProxy'];
$request = new GetKeywordTrafficEstimatesRequest();
$request->CampaignEstimators = $campaignEstimators;
return $GLOBALS['AdInsightProxy']->GetService()->GetKeywordTrafficEstimates($request);
}
response=adinsight_service.GetKeywordTrafficEstimates(
CampaignEstimators=CampaignEstimators)