Skip to content

Instantly share code, notes, and snippets.

View ezlateva's full-sized avatar

Elena Mosoff ezlateva

View GitHub Profile
@ezlateva
ezlateva / ParseCustomSearchEngine.cs
Created February 22, 2017 18:42
A custom processor for the Sitecore.Analytics ParseReferrer pipeline, which is able to parse keywords from url fragments (ex. https://www.google.com/#q=test)
using System;
using System.Collections.Generic;
using System.Web;
using System.Xml;
namespace Hedgehog.SitecoreExtensions.Pipelines.ParseReferrer
{
using Sitecore.Analytics.Pipelines.ParseReferrer;
using Sitecore.Collections;
using Sitecore.Diagnostics;
@ezlateva
ezlateva / PublishSite.cs
Last active August 16, 2016 21:47
A TDS Post Deploy Step for triggering a site publish
using HedgehogDevelopment.SitecoreProject.PackageInstallPostProcessor.Contracts;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Web;
using System.Xml.Linq;
using Sitecore;
using Sitecore.Collections;