ywGetUserAddedSitemaps: Get site added sitemaps from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetUserAddedSitemapInfo downloads added sitemaps from Yandex Webmaster API v 3.0

Usage

1
ywGetUserAddedSitemaps(user_id = NULL, host_id = NULL, offset = NULL, limit = NULL, token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

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

offset

Offset of sitemap index to start with.

limit

Limit of sitemaps in request result.

token

Token for Yandex Webmaster API from function ywGetToken

Value

Returns data frame with columns: sitemap_id - id of sitemap, sitemap_url - url of sitemap, added_date - date when sitemap was added to Yandex Webmaster by user, count - quantity of sitemaps

Author(s)

Ivan Kutas

Examples

1
2
3
addedSitemaps <- ywGetUserAddedSitemaps(host_id=hostId, 
                                        user_id=userId, 
                                        token=myToken)

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