This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/"> | |
| <sitecore role:require="Standalone or Processing"> | |
| <pipelines> | |
| <group groupName="analytics.aggregation"> | |
| <pipelines> | |
| <interactions> | |
| <processor type="Core.Foundation.Analytics.Collection.Pipelines.Aggregation.PageEventProcessor, Core.Foundation.Analytics.Collection" /> | |
| </interactions> | |
| </pipelines> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.Extensions.DependencyInjection; | |
| using Sitecore.Analytics.Aggregation.Pipeline; | |
| using Sitecore.Configuration; | |
| using Sitecore.Data; | |
| using Sitecore.DependencyInjection; | |
| using Sitecore.Diagnostics; | |
| using Sitecore.XConnect.Collection.Model; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.Azure.KeyVault; | |
| using Microsoft.Azure.KeyVault.Models; | |
| using Microsoft.Identity.Client; | |
| using Sitecore.Diagnostics; | |
| using System.Collections.Generic; | |
| using System.Threading.Tasks; | |
| using System.Web.Configuration; | |
| namespace Core.Foundation.AzureKeyVault.Helper | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Net; | |
| using System.Text; | |
| using System.Web.Script.Serialization; | |
| namespace Core.Foundation.Notification.Services | |
| { | |
| [Service(typeof(IPushNotificationService))] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // *********************************************************************** | |
| // Assembly : Core.Foundation.SitecoreExtensions | |
| // Author : agehlot | |
| // Created : 10-24-2020 | |
| // | |
| // Last Modified By : agehlot | |
| // Last Modified On : 10-24-2020 | |
| // *********************************************************************** | |
| // <copyright file="HashHelper.cs" company=""> | |
| // Copyright © 2019 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Sitecore.Analytics.Data; | |
| using Sitecore.Analytics.Data.Items; | |
| using Sitecore.Configuration; | |
| using Sitecore.Data; | |
| using Sitecore.Data.Items; | |
| using Sitecore.SecurityModel; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Xml.Linq; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace Core.Foundation.SitecoreExtensions.Helpers | |
| { | |
| /// <summary> | |
| /// Class MarketingActivityHelper. | |
| /// </summary> | |
| public class MarketingActivityHelper | |
| { | |
| /// <summary> | |
| /// Triggers the goal. | |
| /// </summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Runtime.Caching; | |
| using System.Threading; | |
| using System.Web; | |
| namespace Core.Foundation.Caching.CustomCaching | |
| { | |
| public static class MemoryCache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Sitecore.Caching; | |
| using Sitecore.Data.Items; | |
| using Sitecore.Diagnostics; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq.Expressions; | |
| namespace Core.Foundation.Caching.CustomCaching | |
| { | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| // Define the Boxever queue | |
| var _boxeverq = _boxeverq || []; | |
| // Define the Boxever settings | |
| var _boxever_settings = { | |
| client_key: '<Replace your Clint_Key>', // Replace with your client key | |
| target: 'https://api.boxever.com/v1.2', // Replace with your API target endpoint specific to your data center region |
OlderNewer