Question

I have two goals on my website: premium subscriptions and basic subscriptions.

The conversion page is the same: regex: secure/submitorder|secure/common/callback

But the path for each is slightly different: For basic:

  1. example.com/start_basic
  2. example.com/enter_payment_details
  3. example.com/thank_you

For premium:

  1. example.com/start_premium
  2. example.com/enter_payment_details
  3. example.com/thank_you

I've added the funnel for each step in the Universal Analytics goal admin.

Goal starts are different for each of premium and basic but goals for the day exactly match for both premium and basic.

How can I tell GA that those who arrive at the destination from /start_premium are premium goals and basic otherwise?

Was it helpful?

Solution

Couldn't you have two goals? One for basic and one for premium.

Basic:

  1. example.com/start_basic
  2. example.com/enter_payment_details
  3. example.com/thank_you

Destination URL: secure/submitorder (or whichever is the basic destination url)

Premium:

  1. example.com/start_premium
  2. example.com/enter_payment_details
  3. example.com/thank_you

Destination URL: secure/common/callback (or whichever is the premium destination url)

Unless I'm missing something. BTW, this would probably be better suited under StackOverflow Webmasters.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top