Pietro
Pietro

Reputation: 781

I would like to set up a goal so that the funnel displays total users too

The structure of the web site is as follows:

I'm setting up a goal with destination /CTA3 and two steps: /CTA and /CTA2. So far all good, when I inspect the funnel visualization I can see how many has started the funnel, from where, drop rate to other steps etc.

I'd love to insert an additional step, before the first: this new step should indicate all the visitors who has seen at least one page (as said many pages has the call to action). Basically to know what % of visitors clicked on the CTA.

Is it possible to have a goal with /CTA3 as destination and

Upvotes: 0

Views: 18

Answers (1)

zborovskaya
zborovskaya

Reputation: 1143

Try to use regular expression: .* - any page.

Notice that matching type sets for final step and is the same for all steps.

Upvotes: 1

Related Questions