Service
TargetingIdeaService
Dependencies
MonthlySearchVolumeAttribute
▼
MonthlySearchVolume
A keyword response value representing search volume for a single month. An
instance with a null
count is valid, indicating that the information
is unavailable.
Field | Type | Description |
---|---|---|
year |
xsd:int
|
The year this search volume occurred in. (i.e. 2009) |
month |
xsd:int
|
The month this search volume occurred in. Month is 1 indexed, such that 1=January and 12=December. |
count |
xsd:long
|
The approximate number of searches in this year/month. A null count
means that data is unavailable or unknown. |