In Google Analytics can you track multiple goals in a session
There are 2 possible actions to take on my website - to download a whitepaper or to sign-up for my newletter. Each of these actions have their own unique thank-you page and I have set them up as INDIVIDUAL goals (Goal 1 = download, Goal 2= Newsletter signup).
My question is "If someone comes to my website and first dow开发者_如何学Pythonnloads a whitepaper (goal #1) and then signs up for a newsletter (goal #2), how will GA report this?
I know that GA only captures 1 instance of a goal, so for example if I downloaded 5 whitepapers it would only count as 1 download. But in my testing it appears that GA only captures the first goal and not the second (even if the second goal is DIFFERENT FROM THE FIRST GOAL). So in my example above it would count 1 download and NO newsletter sign-up.
Is this correct?!? and if so, any idea for how to get around it? Just because someone did one goal on my site doesn't mean I don't want to know about the other goals they completed...
All evidence, both documented and personal, seems to indicate that Google Analytics will allow you to track multiple different goals in the same session. If the second goal isn't recording, I'd take a look at the goal configuration, and make sure its correctly configured, as they can be very tricky to get right. It's very likely that that's your culprit.
Some evidence here, here.
The only limitation like this is that a single, particular goal can only be counted once per session.
Greg - the usual way to work around this is to switch on ecommerce tracking, and treat each goal as a separate product, and view in the ecommerce reports, rather than the more limited goal reports.
精彩评论