rym_get_direct_clients: Load Yandex.Direct clients

View source: R/rym_get_direct_clients.R

rym_get_direct_clientsR Documentation

Load Yandex.Direct clients

Description

Returns data about Yandex.Direct clients for campaigns that the owner of the Metrics counter has access to.

Usage

rym_get_direct_clients(counters, login = getOption("rym.user"), 
                       token.path = getOption("rym.token_path"))

Arguments

counters

Counter identifiers, separated by commas

login

character, Your Yandex login

token.path

character, Directory for store API credential

Value

Data frame with Yandex Direct clients.

Author(s)

Alexey Seleznev

References

Reporting API docs

Examples

## Not run: 
my_clients <- rym_get_direct_clients(counters="11111,22222",
                                     login = "my_login")

## End(Not run)

rym documentation built on March 31, 2023, 10:31 p.m.