Sitecore CDP tracks user behavior by linking browsing session, events, and orders to a guest profile. By default, guests are marked as “visitors” meaning we do not know who they are. A guest can become a “customer” meaning we know who they are. In order to identify a guest, we must send an “IDENTITY” event. […]
Blogs from this Author
Sitecore Personalize: Close Event Logic
Sitecore Personalize has several out of the box components that notify the user such as popup takeover, corner popup, sidebar, and alert bar. These components all feature a close icon that will hide the component from the screen. But there is no logic out of the box to prevent them from being displayed again. Imagine […]
Sitecore Personalize: Initialization Error
I started a new Sitecore Personalize project. The client nonprod and prod environments were freshly spun up. All fresh and clean. No offer templates, no experiences, no decision models. I created the first experience and proceeded to click the preview button to test my experience. To my surprise the experience did not render, and the […]
Celebrating Pride Across the World: A Reflection on the 10 10 10s Event
In many places around the world, June is considered Pride Month. We kicked off Pride Month by celebrating the launch of PRISM, Perficient’s newest ERG dedicated to creating safe spaces for understanding, education, and culture focused on respect, recognition, and learning for the LGBT+ community and allies. PRIDE Month Realness For our first event, we […]
Create Experiences with Multiple Layouts in Sitecore Personalize
Sitecore Personalize uses a combination of experiences, decision models and offers to personalize content. An experience defines a variant. The variant is used to create the UI for the experience. The decision model uses programmables and decision tables to select an offer. The variant reads data from the offer to populate the UI. By default, […]
Using Docker – Life After Docker Desktop
Many people are starting to moving away from Docker Desktop. It is important to remember that Docker Desktop is not Docker! Docker is a standalone tool that allows you to run containers. Docker Desktop is a separate tool that gives you some information about your images and containers in a nice GUI. In this article, […]
Getting to Know Sitecore Search – Revisited
Welcome back to getting to know Sitecore Search. Sitecore Search is an evolving product. Products are moving away from large monolithic products with long upgrade/release cycles to smaller composable products with shorter agile upgrade/release cycles. In this post, I’ll revisit several of my previous posts and make updates based on changes in the product and […]
Number 100
I have been working at Perficient for almost 8 years. I have always enjoyed writing blogs and sharing my knowledge with others. This is my 100th blog post! WOW! I can’t believe I finally made it! Come with me while I take a look back at 8 years worth of content. Series I write a […]
Getting to know Sitecore Search – Part 7
Welcome back to getting to know Sitecore search. In this post, we’ll continue modifying our react ui to add a search bar, facets, sort options, and more style updates. Update Search Results Component In the previous post we used the basic search results component. But it was missing a search bar. Luckily, the sdk has […]
Making Sitecore Sites More Accessible and Screen Reader Friendly
Aria labels provide alternate text to adaptive technology tools such as screen readers. This helps website visitors navigate the site more accurately. One use case for aria-labels is on html anchor tags. Sitecore does not a way to manage this text by default. Follow along and I’ll show you how to modify the various link […]
Getting to know Sitecore Search – Part 6
Welcome back to Getting to know Sitecore Search. In my last post, we build a basic UI using jQuery. In this post, we’ll use the Sitecore Search React SDK to build a more modern UI frontend for our Sitecore Search results. Documentation At the time of writing this blog post, Sitecore has recently released updated […]
Keeping Sitecore Content Authors Happy and Productive
“I hate Sitecore.” As a developer, I have heard that many times. But it’s usually not true. It was probably not organized, configured, or explained logically. Or the dev team never took the time to see the post-launch care through the eyes of the non-dev team that was going to inherit this system. Sitecore is […]