ForecastService
ForecastService provides operations that enable you to perform forecasts
for ad groups, keywords, or sets of keywords. The forecast returns results on a daily basis. Note that the forecast results are estimates only and are not
guaranteed.
Operations
getForecastByAdGroupReturn a forecast for an ad group. The adGroupID is mandatory. The forecast is an aggregation based on the active keywords in the ad group and is performed within the context of the ad group, using the ad group's quality score and other data.
Changed in: Version 5.2.0
Parameters
ResponseForecastResponse - The forecast response for the ad group. getForecastForKeywordReturn a forecast for a keyword. The adGroupID is optional. If specified, the forecast is performed within the context of the ad group, using the ad group's quality score and other data.
Changed in: Version 5.2.0
Parameters
ResponseForecastResponse - The forecast response for the keyword. getForecastForKeywordBatchReturns forecast for the given set of keywords. The adGroupID within ForecastKeywordBatch is optional. If specified, the forecast for that keyword is performed within the context of the ad group, using the ad group's quality score and other data. The maximum number of keywords allowed in a given request is 100.
Changed in: Version 5.2.0
Parameters
ResponseForecastKeywordBatchResponse - The forecast response for each keyword. getForecastForKeywordsReturn a forecast for a set of keywords. The adGroupID is optional. If specified, the forecast is performed within the context of the ad group, using the ad group's quality score and other data. Please note that, unlike Sponsored Search, the forecast results for Content Match® are not directly related to the specified keywords. The specified keywords only help our system determine which web pages your Content Match ads are likely to be displayed on. Also, note the following:
Changed in: Version 5.2.0
Parameters
ResponseForecastKeywordResponse - The forecast response for the set of keywords. getHistoricalDataForKeywordsReturns historical data for the given set of keywords and date range. The historical data represents the past performance for the given set of keywords. For example, get historical data for the keyword "holiday gifts" in September, October, and November of last year. You can retrieve historical data based on targeting info. The targeting info will be considered only for the last calendar month, if the date range includes it. Please note that only the month and year components are considered, for the start and end dates specified in the date range. The maximum number of keywords allowed in a given request is 250. The number of months between the start date and end date should not exceed 12 months.
Changed in: Version 5.2.0
Parameters
ResponseHistoricalKeywordResponse - The historical data for each keyword. |