Tag: DMS
This post is related to my previous post where I illustrated how to deal with persona and pattern card programmatically. If you are working on such stuff and found below mentioned error in log, then this post may help you to understand why it is happening and how to get rid of this error. Message: Key …
Recently came across a very interesting requirement of analyzing user’s pattern based on search action performed by user on the site. Every webiste has one common functionality implemented – site search. Here you can hook your code to understand user’s pattern by observing the keywords user is searching. For example: whenever user search terms like software, programming or computer …
In last post, we had seen how to set and trigger goal in DMS. If you remember – we have assigned BrochureDownload goal to ProductMannual PDF which got triggered whenever you click on PDF link. So we have seen one way of triggering goal, fine? Actually there are three ways of triggering goal in Sitecore DMS. …
Friends, recently got opportunity to explore Sitecore DMS and I found it very exciting. I have read about Sitecore DMS but never got chance to deep dive in, and that is what called your journey – Sitecore Journey. Few of you may have situation like me, so to make you well prepared in advance – I …
Recently while exploring Sitecore DMS feature, came across a situation where I wanted to know rowcount of all tables in Sitecore Analytics database. So like any other developer, I googled it and found many SQL Queries which accomplish this requirement. But I liked one query very much and hence wanted to share it via this post. …