Using regexp in Google Analytics Goal Funnel steps

后端 未结 3 540
醉梦人生
醉梦人生 2021-02-02 12:01

I have a goal that can be reached from two pages on my website, for example, /page1 and /page2. I\'ve made a regular expression for the first \'Required step\' of the visualizat

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-02 12:18

    I've just been bitten by this. The URLs in the funnel steps are the same as the Goal Destination URL:

    https://support.google.com/analytics/answer/1116091?hl=en#matchTypes states

    There are three diferent match types that define how Google Analytics identifies a URL for either a goal or a funnel. The match type that you select for your goal URL also applies to the URLs in the funnel, if you create one.

    So you can only have regex matches in your funnel steps, if you've chosen Regular Express in the Destination dropdown.

    I had the same problem as you. I'd chosen "Equal to" in the dropdown for the destination URL but was using "Begins with" style matches in my funnel steps and therefore getting 0 entries showing in my funnel visualisation.

提交回复
热议问题