Using RegEx's in Multi-Channel Funnels in Google Analytics
- by Rob H
For some reason, I can't get my multi-channel funnel which utilizes RegEx's in the path steps to function -- it keeps coming back with no data. There are a few variables which may be holding things up, but I can't figure out the origin of the problem, nor a solution. Here's the situation:
The funnel is tracking conversions, defined as when a user completes 4 steps to signup
Steps are not "required"
Default URL is set to https://example.com
There is a 302 redirect set up on our site that leads from http://example.com to https://example.com
Within the funnel, steps switch from non-secure pages (unless browser is set to secure browsing), to secure pages once the user moves from the landing page to the second page of the sign-up process (account placeholder has been created)
URL at that point contains the variable of publisher number within (but not at the end) the URL
My RegEx's are all properly written as tested on rubular.com