Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- Create C# Class from SQL
- C# HttpClient POST or PUT Json with content type application/json
- Run tasks in parallel using .NET Core, C# and async coding
- C# get results from Task.WhenAll
- C# Get expiry timestamp from JWT token
- Using C# HttpClient from Sync and Async code
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
Archive
Meta
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 DMS, Executive Insight Dashboard, MinimumVisitsFilter, PageEvent, Sitecore
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 datasource, DMS, Personalization, sc:FieldRenderer, Sitecore, Sitecore.Context.Item, sublayout
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 Analytics, DMS, Engagement Plans, Sitecore, Tracker, VisitorManager
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
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