rym (version 0.4.0)

rym_get_goals: List of goals

Description

Returns information about the purpose of the yandex metrika counter.

Usage

rym_get_goals(counter, login = NULL, token.path = getwd())

Arguments

counter

Yandex Metrika counter ID

login

character, Your Yandex login

token.path

character, Directory for store API credential

Value

Data frame with list of yandex metrika counters

References

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

Examples

Run this code
# NOT RUN {
my_counters <- rym_get_goals(login = "my_login")
# }

Run the code above in your browser using DataCamp Workspace