rym (version 1.0.6)

rym_get_counters: Load Yandex Metrica counters

Description

Returns a list of existing counters available to the user.

Usage

rym_get_counters(login = getOption("rym.user"), 
                 token.path = getOption("rym.token_path"),
                 search.string = NULL)

Value

Data frame with list of yandex metrica counters.

Arguments

login

character, Your Yandex login

token.path

character, Directory for store API credential

search.string

character, Filter by line. Counters will be displayed, the identifier, name, site or mirrors of which contain the specified substring

Author

Alexey Seleznev

References

Official docs - https://tech.yandex.ru/metrika/doc/api2/management/counters/counters-docpage/

Examples

Run this code
if (FALSE) {
my_counters <- rym_get_counters(login = "my_login")
}

Run the code above in your browser using DataLab