View source: R/yadirGetWordStatReport.R
yadirGetWordStatReport | R Documentation |
Returns a search query statistics report from 'Wordstat'.
yadirGetWordStatReport( Phrases, GeoID = 0, Login = getOption("ryandexdirect.user"), Token = NULL, AgencyAccount = getOption("ryandexdirect.agency_account"), TokenPath = yadirTokenPath())
Phrases |
character vector with yandex direct campaign ID, require |
GeoID |
character vectora, an array of key phrases for which you want to obtain statistics on search queries |
Login |
integer, An array of region identifiers. Allows you to get statistics on search queries made only in the specified regions, see yadirGetDictionary |
Token |
character, your Yandex Direct API Token, require |
AgencyAccount |
Your agency account login, if you get statistic from client account |
TokenPath |
Path to directory where you save credential data |
Data Frame
Alexey Seleznev
## Not run: ### Please choose another TokenPath to save the Login permanently. # get wordstat report wsrep <- yadirGetWordStatReport( Phrases = 'samsung smartphone', Login = "abekker.ru.2017") wsrep[['SearchedAlso']] wsrep[['SearchedWith']] ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.