Mobile app version of vmapp.org
Login or Join
Holmes151

: Virtual Pageview Goal Funnel Not Tracking Correctly I have an AJAX form that has three stages: 1. The landing page where a user fills out a form and selects between three question sets and

@Holmes151

Posted in: #Analytics #Goals #Google #GoogleAnalytics

I have an AJAX form that has three stages:
1. The landing page where a user fills out a form and selects between three question sets and clicks begin assessment
2. The assessment page, where users fill out questions relating to the question set that they selected on the landing page.
3.The results page, which shows whether they are at High Risk or Low Risk.

Since this is an AJAX form that does not open a new page for each step of the process, I implemented a virtual pageview that would fire on the pageload of each step of the form process.

The following is my virtual pageview setup for each stage:


/form/begin-assessment
/form/assessment/* (* = Three different virtual pageviews depending on the users selection of the three sets of questions: /one, /two, /three)
3./form/finished-assessment


I have set up three separate goals to track user progress through each step of the form assessment. Here is my Goal setup:

Goal Description:
-Goal Type: Destination

Goal Details:
-Destination: /form/finished-assessment
-Funnel: On
Step 1: /form/begin-assessment (Required: Yes)
Step 2: /form/assessment/one

(Step 2: replace /one with /two or /three and you have my two other goals setup)

Now my goals are recording the correct data in the first step and show the completions in the destination, but the second step does not show any drop offs. They show the same data as the destination.

Any ideas of how I set up the goals wrong?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Holmes151

2 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

@cphill if you're using those URL's as virtual page views match the URL's and have them as steps to conversions, rather than multiple goals. If the ultimate goal is the thank you page. Track each step within one goal. Also use developer tool and look at the source to make sure you're firing off the virtual page view correctly after each step in the form

10% popularity Vote Up Vote Down


 

@Candy875

Have you verified that /form/assessment/* pages are showing up in the pages report (Site Content > All Pages > (do a search for /form/assessment/)?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme