Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

google analytics - Grouping visits by a number ID -


i want group visits id number because every id represents different client (think of subdomain or that), example:

http://site.com/234/home http://site.com/234/search/something 

are url's client 234, while...

http://site.com/155/home http://site.com/155/search/something 

are url's client 155.

i'm total noob on this, thx!

well 1 way permanent way that doesn't require change tracking code in markup advanced segments.

advantages of technique in case:

  • you can create each segment , given them descriptive names (e.g., client id);

  • unlike, instance, using advanced filter, advanced segments active (as create them) , don't permanently alter data.

advanced segments simple configure. post ga team excellent step-by-step guide, or can follow these 2 consecutive screen shots below:

step 1: click advanced segments in upper right-hand corner dashboard view click create new advanced segment when see view below:

alt text

there number of ways configure advanced segment; here i've chosen page dimension content selected condition contains key in value path distinguishes each client id.

alt text


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -