Tag Archives: DMS

Register local search terms in Sitecore DMS

When installing Sitecore and DMS, Sitecore comes pre-installed with an Executive Insight Dashboard Report that will generate a report containing which search words users have executed in your local search page. All you need to do is to register a … Continue reading

Posted in .net, c#, Sitecore 6, Sitecore 7 | Tagged , , , , | 1 Comment

Avoid the use of Sitecore.Context.Item

Or: How Sitecore DMS and Personalization killed the Sitecore.Context.Item. This post is about how to properly ensure that you get data from the correct item when you develop websites that can be personalized. The Sitecore.Context.Item returns the current item, i.e. … Continue reading

Posted in c#, General .NET, Sitecore 6, Sitecore 7 | Tagged , , , , , , | 9 Comments

Programming for Sitecore DMS Engagement Plans

Sitecore DMS Engagement plans allow you to control some of the specific ways in which your website interacts and communicates with the visitors to your website. Think of engagement plans as a configurable flow state engine. It allows you to … Continue reading

Posted in c#, Sitecore 6, Sitecore 7 | Tagged , , , , , | 7 Comments

Sitecore DMS uses master database per default

This one was identified by my colleague Thomas Stern. The Sitecore Digital Marketing System (formerly known as Sitecore OMS, affectionally known as Sitecore Analytics) uses the master database per default as its lookup database. This is great for people who … Continue reading

Posted in Sitecore 6 | Tagged , , , , | 3 Comments

Get last visited pages from a Sitecore DMS (OMS) Profile

Quite a few Sitecore developers have wondered how to get any useful information out of the Sitecore DMS (Digital Marketing System), formerly known as Sitecore OMS (Online Marketing Suite). I’ll call it the Sitecore Analytics, since the namespace is Sitecore.Analytics. … Continue reading

Posted in .net, c#, Sitecore 6 | Tagged , , , , , | 2 Comments