Go to Funnel
Advice and answers from the Funnel Team
Search results for:
regex
How to use
regex
matches
Regular expressions (
regex
) are a powerful tool when working with Working with dimension rule results… on internet, but below are some common scenarios and how to solve them assuming basic knowledge of
regex
… This is more concise and faster that the equivalent
regex
.*(cpm|cpc|cnv).* or ^.*(cpm|cpc|cnv).*$
Written by
Peter Lundberg
Updated over a week ago
How do I use
regex
to capture a fixed amount of characters from dimension values?
There are more advanced applications of this type of
regex
, but this is a basic but not at all uncommon… Change the condition of WHEN from "exactly matches" to "matches
regex
"… NAME] IS, you choose "
regex
match" and "capture group 1"
Written by
Simon Kalicinski
Updated over a week ago
How do I use
regex
to identify dimension values that contain two specific sets of characters?
If you want to use
regex
in a dimension rule or a
regex
based filter in one Funnel's export functions… In the next dropdown, select matches
regex
… In the text input field to the right of the two first dropdown lists, add this
regex
: ^(?=
Written by
Simon Kalicinski
Updated over a week ago
Working with custom dimension rule results
Replace
regex
Written by
Mark Tombs
Updated over a week ago
How to use Text Splitting
When do I use 'split by' and when do I use '
regex
'… When data uses different delimiters or is otherwise non-uniform,
regex
(regular expressions) is likely… a better solution (see How to use
regex
matches)
Written by
John Johansson
Updated over a week ago
Working with rule based metrics
split by matches
regex
does not match
regex
Can the specified dimension value be split by the
Written by
Peter Lundberg
Updated over a week ago
How do I create a custom dimension based on dates?
The latter requires a bit of know-how around
regex
but can be very powerful!
Written by
Simon Kalicinski
Updated over a week ago