ywGetIndexingHistory: Get indexing history from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetIndexingHistory downloads indexing history from Yandex Webmaster API v 3.0

Usage

1
ywGetIndexingHistory(user_id = NULL, host_id = NULL, date_from = NULL, date_to = NULL, token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

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

date_from

Start date for query

date_to

End date for query

token

Token for Yandex Webmaster API from function ywGetToken

Value

Returns data frame with columns: indicator - type of indicator, date = date, value = value for indicator. Qantity of pages.

Author(s)

Ivan Kutas

Examples

1
2
3
4
5
indexingHistory <- ywGetIndexingHistory(host_id=hostId, 
                                        user_id=userId, 
                                        date_from = "2017-01-01", 
                                        date_to = "2017-01-20",
                                        token=myToken)

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