ywGetBacklinksHistory: Get backlinks history from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetBacklinksHistory downloads links quantity history from Yandex Webmaster via API v3.0.

Usage

1
ywGetBacklinksHistory(user_id = NULL, host_id = NULL, token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

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

token

Token for Yandex Webmaster API from function ywGetToken

Value

Data frame with columns: date - date, value - backlinks quantity for date

Author(s)

Ivan Kutas

Examples

1
2
3
backlinksHistory <- ywGetBacklinksHistory(host_id=hostId, 
                                          user_id=userId,
                                          token=myToken)

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