Reputation: 105
We have a Silverlight LOB application. This application can be launched from external web sites. We want to track where the user is coming from. Assume our silverlight web site is "A", and there are two external web sites "C" & "D". It's possible that users launch our web site from "C" or "D". We want to know:
How many users came from "C"?
How many users came from "D"?
What are the various actions performed by users who came from external web site "C" and web site "D"
Is it feasible to support the above requirement? Does google analytics support the above scenario? If so, how we should approach this? Any pointers or examples will be very helpful
Thanks
Rasheed
Upvotes: 2
Views: 130
Reputation: 22471
Google Analytics has built in referral urls support. If you want to go a little more fancy, create different profiles with the right filters in order to extract a tad more info. This may be interesting read for you. I don't know if you will be able to do a lot about 3, since I have no experience tracking silverlight events and flows, but you may want to take a look at goals.
Upvotes: 2