rym (version 0.4.0)

rym_get_filters: List of filters

Description

Returns information about counter filters.

Usage

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

Arguments

counter

Yandex Metrika counter ID, you can get ids of all your conters over rym_counters

login

character, Your Yandex login

token.path

character, Directory for store API credential, by default is your work directory

Value

Data frame with list of yandex metrika counter filters

id

Filter id.

attr

The type of data to which the filter applies. One of referer, uniq_id, client_ip, title, url.

type

The relation or action for the filter, equal, contain, me, start, interval, only_mirrors.

value

Filter value.

action

Type of filter, include or exclude.

status

Status of filter, active or disabled.

with_subdomains

Filter by subdomains.

start_ip

The first IP address of the range.

start_ip

The last IP address of the range.

References

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

Examples

Run this code
# NOT RUN {
filters <- rym_get_filters(counter    = "your_counter_id",
                           login      = "your_login")
# }

Run the code above in your browser using DataCamp Workspace