- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- KeywordPlanCampaignForecastCurve
- KeywordPlanMaxCpcBidForecastCurve
- KeywordPlanMaxCpcBidForecast
- Try it!
Returns the requested Keyword Plan forecast curve. Only the bidding strategy is considered for generating forecast curve. The bidding strategy value specified in the plan is ignored.
To generate a forecast at a value specified in the plan, use KeywordPlanService.GenerateForecastMetrics.
List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError KeywordPlanError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v13/{keywordPlan=customers/*/keywordPlans/*}:generateForecastCurve
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
keywordPlan |
Required. The resource name of the keyword plan to be forecasted. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for KeywordPlanService.GenerateForecastCurve
.
JSON representation |
---|
{
"campaignForecastCurves": [
{
object ( |
Fields | |
---|---|
campaignForecastCurves[] |
List of forecast curves for the keyword plan campaign. One maximum. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.
KeywordPlanCampaignForecastCurve
The forecast curve for the campaign.
JSON representation |
---|
{
"maxCpcBidForecastCurve": {
object ( |
Fields | |
---|---|
maxCpcBidForecastCurve |
The max cpc bid forecast curve for the campaign. |
keywordPlanCampaign |
The resource name of the Keyword Plan campaign related to the forecast.
|
KeywordPlanMaxCpcBidForecastCurve
The max cpc bid forecast curve.
JSON representation |
---|
{
"maxCpcBidForecasts": [
{
object ( |
Fields | |
---|---|
maxCpcBidForecasts[] |
The forecasts for the Keyword Plan campaign at different max CPC bids. |
KeywordPlanMaxCpcBidForecast
The forecast of the campaign at a specific bid.
JSON representation |
---|
{
"maxCpcBidForecast": {
object ( |
Fields | |
---|---|
maxCpcBidForecast |
The forecast for the Keyword Plan campaign at the specific bid. |
maxCpcBidMicros |
The max cpc bid in micros. |