Analiytics: Can I set a goal on multiple events?
- by David Parks
We have a popup dialogue that requests users email address or facebook login.
The page behind the popup loads, so a page view is counted.
We want to measure:
How many users ignored the popup completely
How many users engaged the popup, but don't complete the process (we trigger an event when the user performs actions defined as "engaging")
How many users completed the popup
Bounce rates aren't telling because some users won't receive the popup.
We are basically triggering events "PopupDisplayed" "PopupEngaged" and "PopupComplete", with labels to differentiate between email and facebook.
But I don't think I can set goals to count "Users who received 'PopupDisplayed' AND 'PopupComplete'" events, so I can count how many users both saw the popup and completed it.