| ryandexdirect-package {ryandexdirect} | R Documentation |
Load Data From 'Yandex Direct'
Description
Load data from 'Yandex Direct' API V5 <https://yandex.ru/dev/direct/doc/dg/concepts/about-docpage> into R. Provide function for load lists of campaings, ads, keywords and other objects from 'Yandex Direct' account. Also you can load statistic from API 'Reports Service' <https://yandex.ru/dev/direct/doc/reports/reports-docpage>. And allows keyword bids management.
Details
The DESCRIPTION file:
| Package: | ryandexdirect |
| Type: | Package |
| Title: | Load Data From 'Yandex Direct' |
| Version: | 3.6.2 |
| Description: | Load data from 'Yandex Direct' API V5 <https://yandex.ru/dev/direct/doc/dg/concepts/about-docpage> into R. Provide function for load lists of campaings, ads, keywords and other objects from 'Yandex Direct' account. Also you can load statistic from API 'Reports Service' <https://yandex.ru/dev/direct/doc/reports/reports-docpage>. And allows keyword bids management. |
| License: | GPL-2 |
| Authors@R: | c(person(given = "Alexey", family = "Seleznev", role = c("aut", "cre"), email = "selesnow@gmail.com", comment = c(ORCID = "0000-0003-0410-7385"))) |
| Author: | Alexey Seleznev [aut, cre] (<https://orcid.org/0000-0003-0410-7385>) |
| Maintainer: | Alexey Seleznev <selesnow@gmail.com> |
| Depends: | R (>= 3.5.0) |
| BugReports: | https://github.com/selesnow/ryandexdirect/issues |
| URL: | https://selesnow.github.io/ryandexdirect/, https://t.me/R4marketing, https://www.youtube.com/playlist?list=PLD2LDq8edf4oUo0L9Kw77ZXf0KcV1hu67 |
| Imports: | utils, httr, bitops, jsonlite, xml2, data.table, readr, magrittr, dplyr, tidyr (>= 1.0.0), purrr, stringr |
| Suggests: | knitr, rmarkdown, kableExtra, googleAnalyticsR |
| Encoding: | UTF-8 |
| Language: | ru |
| VignetteBuilder: | knitr |
Index of help topics:
ryandexdirect-deprecated
Deprecated functions in ryandexdirect
ryandexdirect-package Load Data From 'Yandex Direct'
yadirAuth Authentication in 'Yandex Direct' API
yadirCurrencyRates Get currencies
yadirGetAdGroups Get AdGroups List
yadirGetAds Get Ads List From 'Yandex Direct' account
yadirGetBalance Get 'Yandex Direct' account balance
yadirGetCampaign Get Campaigns List
yadirGetClientList Get Client List From Agency Account
yadirGetClientParam Get params list from 'Yandex Direct' agency
clients
yadirGetCostData Loading Cost Data for Upload to Google
Analytics
yadirGetDictionary Get Dictionary from 'Yandex Direct'
yadirGetForecast Get Forecast
yadirGetKeyWords Get Keywords
yadirGetKeyWordsBids Get KeyWords Bids
yadirGetLogins Get Login List or Set Login
yadirGetReport Get Report From 'Yandex Direct Report Service'
yadirGetSiteLinks Get Fast Links
yadirGetToken Auth in 'Yandex Direct' API
yadirGetWordStatReport
Get WordStat Report
yadirSetAgencyAccount Set Agency Account
yadirSetAutoKeyWordsBids
Auto Set KeyWords Bids
yadirSetKeyWordsBids Set KeyWords Bids
yadirSetLogin Set Login
yadirStartAds Start Ads
yadirStartCampaigns Start Campaigns
yadirStartKeyWords Resume KeyWords
yadirStopAds Suspend impressions by Ads
yadirStopCampaigns Suspend impressions by Campaigns
yadirStopKeyWords Suspend impressions by KeyWords
Author(s)
Alexey Seleznev [aut, cre] (<https://orcid.org/0000-0003-0410-7385>)
Maintainer: Alexey Seleznev <selesnow@gmail.com>
[Package ryandexdirect version 3.6.2 Index]