Viewing Sitecore DMS profile key values for individual visitors -
In fact this is really a simple question, but I can not get an answer here or on the SDN.
How do I view stored profile values for users coming to the site? To elaborate as an example: Tell me that I have 3 visitors, by visiting the site, and at some point a newsletter item is clicked on them and thus their Email has been added to their asp session ID, so I now states that User1 @ Email dot com I have a main interest in Motorcycles , and I have a set of profile keys , which includes cars, motorcycles and bikes, User1 mostly clicks on motorcycle pages and therefore This key for this user is a high value. Anywhere I should be able to see that user data, with their stored value (Example Data: Car 10, Motorcycles 250, Bike 40) Where can I see that data? Or is it completely impossible? The information that you are looking for (ASP.Net Subscription) is called user copy - it A (Sitcom DMS) is stored near the visitor. This is a method of querying current visitor profile data:
var visit = tracker .CurrentVisit; Foreach (profile in profile) {if profile (profiles name. ToLower () == "interest") {// view different values var value = VisitProfile.Parse (profile.PatternValues); Miscellaneous motorcycle = price ["motorcycle"]; // See the profile mixed pattern. Updatestatus (); Var MilanPattern = Profiles.PartLenal; }}
Comments
Post a Comment