Description Usage Arguments Value Author(s) References Examples
View source: R/rym_get_direct_clients.R
Returns data about Yandex.Direct clients for campaigns that the owner of the Metrics counter has access to.
1 | rym_get_direct_clients(counters, login = NULL, token.path = getwd())
|
counters |
Counter identifiers, separated by commas |
login |
character, Your Yandex login |
token.path |
character, Directory for store API credential |
Data frame with Yandex Direct clients.
Alexey Seleznev
1 2 3 4 5 | ## Not run:
my_clients <- rym_get_direct_clients(counters="11111,22222",
login = "my_login")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.