ywGetSiteSummary: Get site statistics from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetSiteSummary downloads site statistics from Yandex Webmaster API v 3.0

Usage

1
ywGetSiteSummary(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

Returns data frame with columns: tic - TIC, downloaded_pages_count - quantity of downloaded pages, excluded_pages_count - quantity of excluded pages, searchable_pages_count - quantity of pages in live index, site_problems_fatal - quantity of fatal site problems, site_problems_critical - quantity of critical site problems, site_problems_possible_problem - quantity of possible site problems, site_problems_recommendation - quantity of recommendations

Author(s)

Ivan Kutas

Examples

1
2
siteSummary <- ywGetSiteSummary(host_id=hostId, 
                                token=token)

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