Tag Archives: Personalization

Sitecore Rule – Personalize based on any field in any facet in your Contact

This Sitecore Personalization Rule was developed by my colleague Martin Rygaard with the purpose of being able to personalize on any field in any facet on a contact. STEP 1: CREATE THE CONDITION Create a new “Condition” below /sitecore/system/Settings/Rules/Definitions/Elements/??? The text … Continue reading

Posted in .net, c#, Sitecore 7, Sitecore 8 | Tagged , , , , | 4 Comments

Sitecore and Feature Flags using LaunchDarkly

Feature flags are a software development best practice of gating functionality. Functionality can be deployed “off”, then turned on via the feature flag, separate from deployment. With feature flags, you can manage the entire lifecycle of a feature. Launchdarkly.com In … Continue reading

Posted in c#, General .NET, Sitecore 8, Sitecore and .net | Tagged , , , , | 4 Comments

Sitecore Failed to update profile pattern

My Sitecore CD servers logged the following errors 2-3 times per minute: 7760 11:10:46 ERROR Failed to update profile pattern Exception: System.ArgumentNullException Message: Value cannot be null. Parameter name: item Source: Sitecore.Kernel at Sitecore.Diagnostics.Assert.ArgumentNotNull(Object argument, String argumentName) at Sitecore.Analytics.Data.Items.ItemRecords`1.<GetDescendants>d__8.MoveNext() at … Continue reading

Posted in Sitecore 8 | Tagged , , , | Leave a 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