-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Updated by @lannka on 4/3/2017:
Use cases:
- Adobe Analytics does not like
-(dashes) in client ids, which could be enforced with such a mechanism. - Google Analytics has cookie value in format of
GA1.1.12345.54321, and we want to extract the12345.54321part to report as Client ID.
V1
- Introduce a regex filter, which would address most requirements.
V2
- Introduce other filters, such as
Not (negation)
Trim
JSON.stringify
Base64
Default()
ToLowerCase
ToUpperCase
Task break down:
- Finalize the design of filter syntax.
- Implement rule parser
- Implement filter
Reactions are currently unavailable