Represents the historical data for a keyword in a specific month of a year.
The historical data consists of metrics such as: average searches per day, competitive rating.
Competitive rating is a number between 0 to 5 where: - 0 implies no bidder - 5 implies high bidder participation
| Element | Data Type | Description | Restrictions * |
|---|---|---|---|
| avgSearches | double | The average number of searches per day | Opt |
| competitive Rating |
long | The competitive rating | Opt |
| errors | Error[] | The errors if the operation failed | Opt |
| monthYear | dateTime | The month and year on which historical data was retrieved | Opt |
| operationSucceeded | boolean | Whether the operation succeeded | Opt |