seg_verbs {adobeanalyticsr} | R Documentation |
Verbs available in segment rules.
Description
A dataset containing the list of available verbs to be used in segment rules.
Usage
seg_verbs
Format
A data frame with 34 rows and 5 variables:
- type
one of number, string, or exists
- class
gives the context of the type of value is expected, either string, list, glob, number, or exists
- verb
the actual verb id to be used in the segment defition
- description
a simple description of the verb
- arg
specifies what argument to use when building the segment verb function
...
Source
[Package adobeanalyticsr version 0.4.0 Index]