c# - How can I get "Search Queries" data from Google WMT? -
i'm triyng data search queries section in google wmt. i'm using simple console app in c# .net 4.5. this source, instanciated connexion have service can't use want.
here working code now, websites :
var service = authentication.authenticateoauth(client_id, client_secret, user); if (daimtowebmastersiteshelper.list(service).siteentry != null) { foreach (var site in daimtowebmastersiteshelper.list(service).siteentry) { console.writeline("site: " + site.siteurl); } } i "ctr", "impressions" , "clicks" web & mobile have no idea how ... i'm stuck way time, happy morning when found piece of code i'm stuck again ...
in fact question is: possible ?
can me ? thanks!
the search queries api in limited mode, meaning we're (google) testing people showed interest , subscribed when announced we'll launch in limited beta. once testing done, we'll launch general public, don't have timeframe that.
you can find supported methods , more information them in api explorer search console (former webmaster tools) webmasters.searchanalytics.query says:
[limited access] query data filters , parameters define. returns 0 or more rows grouped row keys define. must define date range of 1 or more days. when date 1 of group values, days without data omitted result list. if need know days have data, issue broad date range query grouped date metric, , see day rows returned.
Comments
Post a Comment