Share via


IWebmasterApi.GetKeywordStats(String, String, String) Method

Definition

Get keyword historical statistics

public:
 System::Collections::Generic::List<Microsoft::Bing::Webmaster::Api::Interfaces::KeywordStats ^> ^ GetKeywordStats(System::String ^ q, System::String ^ country, System::String ^ language);
[System.ServiceModel.FaultContract(typeof(Microsoft.Bing.Webmaster.Api.Interfaces.ApiFault))]
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebGet(BodyStyle=System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest)]
public System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.KeywordStats> GetKeywordStats (string q, string country, string language);
abstract member GetKeywordStats : string * string * string -> System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.KeywordStats>
Public Function GetKeywordStats (q As String, country As String, language As String) As List(Of KeywordStats)

Parameters

q
String
country
String
language
String

Returns

Attributes

Applies to