Ads API .NET library
|
A keyword response value representing search volume for a single month. An instance with a More...
Classes | |
class | Fields |
List of all supported fields for the MonthlySearchVolume class. More... | |
class | FilterableFields |
List of all supported filterable fields for the MonthlySearchVolume class. More... | |
class | SelectableFields |
List of all supported selectable fields for the MonthlySearchVolume class. More... | |
Properties | |
int | year [get, set] |
The year this search volume occurred in. (i.e. 2009) More... | |
bool | yearSpecified [get, set] |
int | month [get, set] |
The month this search volume occurred in. Month is 1 indexed, such that 1=January and 12=December. More... | |
bool | monthSpecified [get, set] |
long | count [get, set] |
The approximate number of searches in this year/month. A More... | |
bool | countSpecified [get, set] |
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.
|
getset |
The approximate number of searches in this year/month. A
count means that data is unavailable or unknown.
|
getset |
true
, if a value is specified for count, false
otherwise.
|
getset |
The month this search volume occurred in. Month is 1 indexed, such that 1=January and 12=December.
|
getset |
true
, if a value is specified for month, false
otherwise.
|
getset |
The year this search volume occurred in. (i.e. 2009)
|
getset |
true
, if a value is specified for year, false
otherwise.