Share via


IWebmasterApi.GetKeyword(String, String, String, DateTime, DateTime) Method

Definition

Get keyword impressions for selected period

public:
 Microsoft::Bing::Webmaster::Api::Interfaces::Keyword ^ GetKeyword(System::String ^ q, System::String ^ country, System::String ^ language, DateTime startDate, DateTime endDate);
[System.ServiceModel.FaultContract(typeof(Microsoft.Bing.Webmaster.Api.Interfaces.ApiFault))]
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebGet(BodyStyle=System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest)]
public Microsoft.Bing.Webmaster.Api.Interfaces.Keyword GetKeyword (string q, string country, string language, DateTime startDate, DateTime endDate);
abstract member GetKeyword : string * string * string * DateTime * DateTime -> Microsoft.Bing.Webmaster.Api.Interfaces.Keyword
Public Function GetKeyword (q As String, country As String, language As String, startDate As DateTime, endDate As DateTime) As Keyword

Parameters

q
String
country
String
language
String
startDate
DateTime
endDate
DateTime

Returns

Attributes

Applies to