ywGetPopQueries: Get site popular queries from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetPopQueries downloads site popular queries from Yandex Webmaster API v 3.0

Usage

1
ywGetPopQueries(user_id = NULL, host_id = NULL, order_by = "TOTAL_CLICKS", token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

Host id of your site. You can get by function ywGetSitesList.

order_by

Order by TOTAL_CLICKS or by TOTAL_SHOWS.

token

Token for Yandex Webmaster API from function ywGetToken

Value

Returns data frame with columns: date_from - start date for query, date_to - end date for query, query_text - text of search query form yandex search engine, indicators_total_shows - total shows, indicators_total_clicks - total clicks, indicators_avg_show_position - average show position indicators_avg_click_position - average click position

Author(s)

Ivan Kutas

Examples

1
2
3
4
sitePopQueries <- ywGetPopQueries(user_id - userId,
                                  host_id=hostId, 
                                  order_by="TOTAL_CLICKS",
                                  token=myToken)

kutasok/ryandexwebmasterv3 documentation built on May 20, 2019, 7:06 p.m.