yadirGetSiteLinks: Get Fast Links

Description Usage Arguments Value Author(s) Examples

Description

Returns sets of quick links that meet the specified criteria.

Usage

1
2
3
4
5
yadirGetSiteLinks(Login = NULL,
                  Token = NULL,
                  Ids   = NULL,
                  AgencyAccount = NULL,
                  TokenPath     = getwd())

Arguments

Login

character, your logins at Yandex Direct, require

Token

character, your Yandex Direct API Token, require

Ids

integer vector, ids of sitelinks sets

AgencyAccount

Your agency account login, if you get statistic from client account

TokenPath

Path to directory where you save credential data

Value

data frame with SiteLinks parameters, id, title, href and description

Author(s)

Alexey Seleznev

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
#  Recomendation, please choose another TokenPath to save the Login permanently.
sl <- yadirGetSiteLinks(Login         = "your.yandex.login",
						Ids           = c(5276537, 
						                  8927897239, 
						         	      252627, 
								          33123),
                        TokenPath     = tempdir())
 
## End(Not run)

serditov/ryandexdirect documentation built on May 15, 2019, 12:09 a.m.