Just thinking on how to segment my GA Goal tracking based on CB Subs plans...
I am using CB Subs to add a User Group, a different user group for each CBSub plan.
If I set 'Access' in CB AutoActions plugin for "Job Seeker" (one of my User Groups), will CBSubs add that user group to the user before CBAutoActions runs onAfterUserRegistration?
The idea would be to set up a Google Analytics Event Tracking Code for each of my 7 CBSubs plans, each with a different Access setting. So I would end up with 7 different Event types in GA:
onLoad="_gaq.push();"
onLoad="_gaq.push();"
onLoad="_gaq.push();"
onLoad="_gaq.push();"
onLoad="_gaq.push();"
onLoad="_gaq.push();"
onLoad="_gaq.push();"
And one that just fires on Access = Registered
onLoad="_gaq.push();"
Which will fire on all basic (non-CBSubs) registrations where CBSubs has not removed the Registered User Group and added the plan-specific user group.
Here is the reference for Google Analytics Event Tracking:
developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
Then I plan to set up Goals in Google Analytics based on each of these Events. That way I will be able to track conversion rates for each type of traffic source, email campaigns, etc.
I hope this is helpful info. I just need some assistance getting the js code to fire at the right time