Sitecore Pipeline list

v10.4.0 / xp0
S.No.PipelineFile NameComments
1initializeSitecore.config
2shutdownSitecore.config
3initializeManagersSitecore.config
4getSessionIdManagerSitecore.config
5preprocessRequestSitecore.configProcessors should derive from Sitecore.Pipelines.PreprocessRequest.PreprocessRequestProcessor
6hasPresentationSitecore.configChecks if item has presentation assigned. Is used to define whether item can be opened in Preview or Edit mode.
7preAuthenticateRequestSitecore.configExecutes before the ASP.NET Authenticate event.
8httpRequestBeginSitecore.config
9renderFieldSitecore.config
10httpRequestProcessedSitecore.config
11httpRequestEndSitecore.config
12insertRenderingsSitecore.configDetermines the presentation components to include when rendering an item.
13jobSitecore.config
14publishSitecore.configProcessors should derive from Sitecore.Publishing.Pipelines.Publish.PublishProcessor
15publishItemSitecore.configProcessors should derive from Sitecore.Publishing.Pipelines.PublishItem.PublishItemProcessor
16publishVersionSitecore.configProcessors should derive from Sitecore.Publishing.Pipelines.PublishItem.PublishVersionProcessor
17getItemReferencesSitecore.config
18replaceItemReferencesSitecore.config
19renderLayoutSitecore.config
20healthMonitorSitecore.config
21sessionEndSitecore.config
22postSessionEndSitecore.config
23getMediaStreamSitecore.config
24validateMediaSitecore.config
25getResponseCacheHeadersSitecore.config
26getMediaUrlOptionsSitecore.config
27setupEditFrameSitecore.configObsolete: use the getChromeData pipeline instead.
28expandInitialFieldValueSitecore.configProcessors should derive from Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueProcessor
29expandBranchItemNameSitecore.config
30convertToDesignTimeHtmlSitecore.config
31convertToRuntimeHtmlSitecore.config
32fixXHtmlSitecore.config
33renderItemTileSitecore.config
34getAboutInformationSitecore.config
35getMediaCreatorOptionsSitecore.config
36getLookupSourceItemsSitecore.config
37getRootSourceItemsSitecore.config
38getComponentsSitecore.config
39getPagePreviewUrlSitecore.config
40getRenderingPreviewSitecore.config
41getContentEditorFieldsSitecore.config
42getContentEditorSkinSitecore.config
43getContentEditorWarningsSitecore.config
44getFieldValueSitecore.configAllows to manipulate the way how an item field value is retrieved. Note: Extending the pipeline by unoptimized code might introduce huge performance penalty.
45getFieldLabelSitecore.config
46getRenderedRuleElementsSitecore.config
47getLayoutSourceFieldsSitecore.configControls which fields should be used as the source for the layout field value. Processors must accept a single argument of type GetLayoutSourceFieldsArgs (namespace: Sitecore.Pipelines.GetLayoutSourceFields).
48getPlaceholderRenderingsSitecore.configSupports the Add Rendering dialog by determining renderings allowed for a placeholder.
49getRenderingContentDependenciesSitecore.config
50normalizePlaceholderKeySitecore.configAllows to modify a placeholder key which is processed in the getPlaceholderRenderings pipeline Processors should inherit Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyProcessor class
51getQueryStateSitecore.configAllows developers to programmatically disable or hide any button or panel in the Content Editor ribbons without overriding the individual commands. Processors must accept a single argument of type GetQueryStateArgs (namespace: Sitecore.Pipelines.GetQueryState)
52getSyndicationWarningsSitecore.config
53getChromeDataSitecore.configControls Page Editor features for placeholders, fields, edit frames, sublayouts and renderings.
54getRenderingDatasourceSitecore.configSupports the Select a Datasource dialog used to configure the data source of a presentation component.
55resolveRenderingDatasourceSitecore.configAllows developers to override the default logic for resolving the data source for renderings.
56getDatasourceExamplesSitecore.configIs used by the Personalize the Component and Test the Component dialog boxes. The pipeline returns examples of the items that are returned by a datasource.
57getWorkflowCommentsDisplaySitecore.configProcessors must accept PipelineArgs of type Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs
58parseDataSourceSitecore.configGets collection of Data Source items from string
59renderContentEditorSitecore.config
60renderContentEditorHeaderSitecore.config
61searchSitecore.config
62filterItemSitecore.configItem filtering. Used for publishing items on the fly when a web site runs in live mode.
63loadRichTextContentSitecore.configTransforms markup from rich text fields before the Rich Text Editor loads it.
64saveRichTextContentSitecore.configTransforms markup from the Rich Text Editor before saving it as a rich text field value.
65findVisitorEmailAddressSitecore.config
66getTranslationSitecore.configPerforms dictionary lookups. The Sitecore.Globalization.Translate.Text() method invokes this pipeline.
67proposeCopyDeviceSitecore.configPrepares a proposed list of renderings when copying one device presentation to another
68renderRulePlaceholder.afterActionSitecore.configRender the afterAction placeholder for the rules editor
69renderDeviceEditorRenderingSitecore.configRender a rendering in the device editor
70renderLayoutGridRenderingSitecore.configRender a rendering on the layout grid
71handlePageNotFoundSitecore.config
72handlePageErrorSitecore.configActions to run when general page errors are being handled, such as no layout and no access
73addFromTemplateSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateProcessor.
74addVersionSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionProcessor.
75blobStreamExistsSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsProcessor.
76copyItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor.
77createItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemProcessor.
78deleteItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemProcessor.
79getBlobStreamSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamProcessor.
80getChildrenSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenProcessor.
81getContentLanguagesSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesProcessor.
82getItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetItem.GetItemProcessor.
83getParentSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetParent.GetParentProcessor.
84getRootItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemProcessor.
85getVersionsSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsProcessor.
86hasChildrenSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenProcessor.
87moveItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemProcessor.
88removeBlobStreamSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamProcessor.
89removeDataSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataProcessor.
90removeVersionSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionProcessor.
91removeVersionsSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsProcessor.
92resolvePathSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathProcessor.
93saveItemSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemProcessor.
94setBlobStreamSitecore.configProcessors should derive from Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamProcessor.
95getFileIconSitecore.config
96getSignInUrlInfoSitecore.configRetrieves data to generate sign-in links for a particular site. Processors should derive from Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoProcessor.
97getStartUrlSitecore.configRetrieves a url to redirect a user after successful log in. Processors should derive from Sitecore.Pipelines.GetStartUrlGetStartUrlProcessor.
98templateFilter.GetFilterSitecore.configResolves filter value for DataContext.
99attachFileSitecore.config
100uiAddFromTemplateSitecore.config
101uiArchiveItemsSitecore.config
102closeWizardSitecore.config
103uiCopyItemsSitecore.config
104uiCloneItemsSitecore.config
105uiDeleteFilesSitecore.config
106uiDeleteItemsSitecore.config
107uiRemoveLanguageSitecore.config
108deleteVersionsUISitecore.config
109uiDragItemToSitecore.config
110uiDuplicateItemSitecore.config
111uiLaunchSearchResultSitecore.config
112uiMoveItemsSitecore.config
113uiNewFolderItemSitecore.config
114uiNewFileFolderSitecore.config
115uiRenameItemSitecore.config
116uiRenamePageSitecore.config
117deleteVersionsSitecore.config
118getItemCommandsSitecore.config
119uiGetMastersSitecore.config
120uiLoadHtmlSitecore.configObsolete: use loadRichTextContent
121uiLoadLayoutSitecore.config
122loginSitecore.configObsolete - use LoggedIn or LoggingIn pipelines
123loggedinSitecore.config
124logginginSitecore.config
125logoutSitecore.config
126passwordRecoverySitecore.config
127saveUISitecore.config
128uiSaveHtmlSitecore.configObsolete: use saveRichTextContent
129uiSaveLayoutSitecore.config
130uiReturnFieldEditorValuesSitecore.config
131uiUploadSitecore.config
132buckets.resolveUIDocumentMapperFactoryRulesSitecore.Buckets.configRESOLVE UI DOCUMENT MAPPER FACTORY RULES PIPELINE This pipeline is executed when you use the search UI. The default processor overrides the document mapper rules to ensure that the search results are instantiated as SitecoreUISearchResultItem objects. This is necessary for the default search views to display search results correctly.
133buckets.addSearchTabToItemSitecore.Buckets.configADD SEARCH TAB PIPELINE Pipeline for adding search tabs to items. Arguments : (Item) The item to add a search tab to. (bool) Whether the tab was added or not.
134buckets.cloneItemIntoBucketSitecore.Buckets.configCLONE ITEM INTO BUCKET PIPELINE Pipeline for cloning items into an item bucket. Arguments : (Item) Source, (Item) Target, (bool) Whether or not cloning was successful, (bool) Deep check.
135buckets.copyItemIntoBucketSitecore.Buckets.configCOPY ITEM INTO BUCKET PIPELINE Pipeline for copying items into an item bucket. Arguments : (Item) The item to add a search tab to. (bool) Whether the tab was added or not.
136buckets.createBucketSitecore.Buckets.configCREATE BUCKET PIPELINE Pipeline for creating an item bucket. Arguments : (Item) Bucket Item, (Action
137buckets.getFacetsSitecore.Buckets.configFETCH FACET PIPELINE Pipeline for getting facets (grouping and categorization of search results) from a search. Arguments : (Item) The item to add a search tab to. (bool) Whether the tab was added or not.
138buckets.isBucketSitecore.Buckets.configIS ITEM A BUCKET PIPELINE Pipeline for determining whether or not an item is an item bucket. Arguments : (Item) The item to add a search tab to. (bool) Whether the tab was added or not.
139buckets.isItemContainedWithinBucketSitecore.Buckets.configITEM IN BUCKET CHECK PIPELINE Pipeline for checking whether or not an item is contained within an item bucket. Arguments : (Item) The item to add a search tab to. (bool) Whether the tab was added or not.
140buckets.isTemplateBucketableSitecore.Buckets.configTEMPLATE BUCKETABLE PIPELINE Pipeline for determining whether or not an item is bucketable. Arguments : (Item) The item to add a search tab to. (bool) Whether the tab was added or not.
141buckets.moveItemIntoBucketSitecore.Buckets.configMOVE ITEM INTO BUCKET PIPELINE Pipeline for moving items into or out of an item bucket. This pipeline also makes sure that the item being moved is bucketable. If it is bucketable, it is automatically bucketed after it has been moved. Arguments : (Item) The item being moved. (bool) Whether the item was moved successfully or not.
142buckets.removeBucketSitecore.Buckets.configUNBUCKETING PROCESS PIPELINE Pipeline for converting an item bucket into a content item. Arguments : (Item) The item bucket being converted into an ordinary content item. (bool) Whether the conversion was successful or not.
143buckets.syncBucketSitecore.Buckets.configBUCKET SYNCING PIPELINE Pipeline for syncing an item bucket. This updates an item bucket after changing the bucketable value of templates, or if the bucketing process was interrupted and needs to be resumed. Arguments : (Item) The item bucket being synced. (bool) Whether the item bucket was synced successfully or not.
144buckets.dialogSearchFiltersSitecore.Buckets.configSEARCH DIALOG GLOBAL FILTERS PIPELINE Pipeline for adding default search filters to built-in Sitecore dialog boxes that use the search tab, for example, the Insert From Template dialog box. This allows you to set default locations to search in, default templates to filter on, etc.
145buckets.expandIdBasedSearchFiltersSitecore.Buckets.configEXPAND ID-BASED SEARCH FILTERS Sitecore executes this pipeline for search filters when their Client Side Hook is set to id. To display a user-friendly item name in the UI, the ExpandIds processor replaces
146buckets.fillItemSitecore.Buckets.configSEARCH RESULT DISPLAY PIPELINE Pipeline for dynamically setting the SearchResultItem properties
147getContentEditorWarningsSitecore.Buckets.configEXTENDED GETCONTENTEDITORWARNINGS PIPELINE This allows for warnings related to item buckets
148getDatasourceExamplesSitecore.Buckets.configThis allows the pipeline to return examples of the items that are returned by search-based datasources.
149getLookupSourceItemsSitecore.Buckets.configEXTENDED TEMPLATE FIELD SOURCE RESOLVERS This allows the custom Template Field sources to be resolved.
150buckets.dynamicFieldsSitecore.Buckets.configDYNAMIC UI SEARCH FIELD PIPELINE Pipeline to Inject Dynamic Values into the SitecoreItem object. Useful for content authoring and delivery environment
151getQueryStateSitecore.Buckets.config
152publishSitecore.Buckets.config
153publishItemSitecore.Buckets.config
154renderFieldSitecore.Buckets.config
155getRenderingDatasourceSitecore.Buckets.config
156uiBucketItemsSitecore.Buckets.configLAUNCH SEARCH RESULT This pipeline is invoked when a user clicks a search result in the search UI. The pipeline opens the search result. It could, for example, open an item in a new tab in the Content Editor, open a file from the file system in a window, or open an external URL in a window. Arguments: (string) Datasource, (string) IndexableId, (CommandContext) Command ITEM BUCKET PIPELINES Pipeline for creating an item bucket from the UI.
157uiUnBucketItemsSitecore.Buckets.config
158uiCloneItemsSitecore.Buckets.config
159uiDragItemToSitecore.Buckets.config
160uiCopyItemsSitecore.Buckets.config
161uiMoveItemsSitecore.Buckets.config
162uiDuplicateItemSitecore.Buckets.config
163uiDeleteItemsSitecore.Buckets.config
164uiAddFromTemplateSitecore.Buckets.config
165speak.client.resolveScriptSitecore.Marketing.Campaigns.Client.configConfigure JavaScript sources for Campaign Creator
166initializeSitecore.Diagnostics.config
167healthMonitorSitecore.Diagnostics.config
168initializeSitecore.Eventing.config
169initializeSitecore.JSNLog.config
170getFieldValueSitecore.LanguageFallback.configExtending the getFieldValue pipeline allows to enable the field based language fallback functionality
171getItemSitecore.LanguageFallback.config
172getVersionsSitecore.LanguageFallback.config
173renderFieldSitecore.Media.RequestProtection.config
174saveItemSitecore.PipelineBased.ItemProvider.configProcessors should derive from Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemProcessor.
175copyItemSitecore.PipelineBased.ItemProvider.configProcessors should derive from Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor.
176httpRequestBeginSitecore.ThumbnailGenerator.config
177initializeSitecore.Webhooks.config
178configuratorSitecore.Webhooks.config
179getContentEditorWarningsSitecore.Webhooks.config
180contentSearch.stripQueryStringParametersSitecore.ContentSearch.configSEARCH PIPELINES CONTENT SEARCH STRIP QUERY STRING PARAMETERS This pipeline strips out parts of a URL request before it is resolved. This is useful for removing parts of the URL that the LINQ layer does not need to know about e.g. IndexShardName or QueryType. Arguments : (IEnumberable
181contentSearch.getContextIndexSitecore.ContentSearch.configCONTENT SEARCH GET CONTEXT INDEX This pipeline retrieves the index that should be queried based on the context item or the location that the search was initiated from. Arguments : (Item) The item used to determine the context index. Example Usage: If you need some custom logic to determine which index should be queried and written to based on the context item, you can create it here. For example, if the context item contains a field that links to another item that determines the context index.
182contentSearch.getGlobalSearchFiltersSitecore.ContentSearch.configCONTENT SEARCH GET GLOBAL SEARCH FILTERS This pipeline sets the global search filters for every query that is run through the UI. Example: You don't want anyone to be able to globally search for a particular template. Arguments : (IQueryable) An open session to the index. Example Usage: If you want every query that goes through the UI to use a filter, such as Security, or Templates, place this filter here. Best Practice: The Filter predicate is a good replacement for the Where predicate, when the predicate in the Where statement is repeated in a lot of your code. For example, if you find that your code is always putting the same Where predicate in all your LINQ statements, the Filter predicate is a good replacement. When you build your predicates for IQueryable, use the Filter predicate instead of e.g. the Where predicate. The Filter predicate caches itself in memory and the Search Provider does not have to keep re-running this part of the query. This results in search queries that consistently take the same time to run.
183contentSearch.getGlobalLinqFiltersSitecore.ContentSearch.configGET GLOBAL LINQ FILTERS This pipeline allows you to apply global search filters to every query that is executed through the Linq layer or the search UI. For example, this pipeline could be used to apply a filter that globally limits search results based on security or templates. Arguments: (object) Query, (Type) QueryElementType, (List
184contentSearch.getFacetsSitecore.ContentSearch.configCONTENT SEARCH GET FACETS This pipeline pre-processes facets. Arguments : (IDictionary
185contentSearch.processFacetsSitecore.ContentSearch.configCONTENT SEARCH PROCESS FACETS This pipeline post processes facets. Arguments : (IDictionary
186contentSearch.queryWarmupSitecore.ContentSearch.configCONTENT SEARCH QUERY WARMUP This pipeline runs search queries that warm up the index caches when Sitecore is initialized. Only enable this in a production environment. Arguments : (IQueryable) Open session to the search index.
187contentSearch.translateQuerySitecore.ContentSearch.configCONTENT SEARCH TRANSLATE QUERY This pipeline takes a search query and manipulates the search terms before passing it to the Linq layer. Example usage: When the Solr search provider runs date searches, it must use a different format than Lucene. If other providers are integrated, this gives the ability to modify field names, values, and boolean operations before translation to the Linq layer.
188contentSearch.cleanUpSitecore.ContentSearch.configCONTENT SEARCH - CLEAN UP This pipeline allows you to modify the data of an IIndexable before the document builder processes it. For example, you can use this pipeline to de-duplicate, merge, or override data. Arguments : (IIndexable) The document being indexed, (IProviderUpdateContext) The open update context for the index, (bool) A flag that indicates if the IIndexable was modified during the process
189getQueryStateSitecore.ContentSearch.config
190indexing.filterIndex.inboundSitecore.ContentSearch.configINDEX INTBOUND FILTER This pipeline filters out items so that they are not added to a search index. By default this pipeline does not filter out any items.
191indexing.getDependenciesSitecore.ContentSearch.configINDEXING GET DEPENDENCIES This pipeline fetches dependant items when one item is being index. Useful for fetching related or connected items that also need to be updated in the indexes. Arguments: (IQueryable) Open session to the search index, (Item) The item being indexed. Examples: Update clone references. Update the data sources that are used in the presentation components for the item being indexed. Processors should derive from Sitecore.ContentSearch.Pipelines.GetDependencies.BaseProcessor
192indexing.getChildrenToIndexSitecore.ContentSearch.configGET CHILDREN TO INDEX Pipeline to allow for overriding the getting of children of an item for indexing. Arguments: (IIndexable) The document being indexed, (ISearchIndex) The search index. Examples: Do not allow for indexing children of a certain template type Processors should derive from Sitecore.ContentSearch.Pipelines.GetChildrenToIndex.GetChildrenToIndexProcessor
193indexing.resolveFieldBoostSitecore.ContentSearch.configRESOLVE FIELD LEVEL BOOSTING Pipeline for resolving boosting rules on fields. Arguments: (Item) Item being indexed Example : Boost search results by a field value. Processors should derive from Sitecore.ContentSearch.Pipelines.ResolveBoost.ResolveFieldBoost.BaseResolveFieldBoostPipelineProcessor
194indexing.resolveItemBoostSitecore.ContentSearch.configRESOLVE ITEM LEVEL BOOSTING Pipeline for resolving boosting rules on items. Arguments: (Item) Item being indexed Example : Boost search results by a Item Template. Processors should derive from Sitecore.ContentSearch.Pipelines.ResolveBoost.ResolveItemBoost.BaseResolveItemBoostPipelineProcessor
195parseDataSourceSitecore.ContentSearch.config
196searchSitecore.ContentSearch.config
197initializeSitecore.ContentSearch.Solr.DefaultIndexConfiguration.config
198contentSearch.translateQuerySitecore.ContentSearch.Solr.DefaultIndexConfiguration.config
199contentSearch.formatQueryFieldValueSitecore.ContentSearch.Solr.DefaultIndexConfiguration.configThe 'contentSearch.formatQueryFieldValue' pipeline has been obsoleted. It will be removed in a future release.
200contentSearch.PopulateSolrSchemaSitecore.ContentSearch.Solr.DefaultIndexConfiguration.config
201getTaggingConfigurationSitecore.ContentTagging.config
202tagContentSitecore.ContentTagging.config
203normalizeContentSitecore.ContentTagging.config
204tagContentSitecore.ContentTagging.OpenCalais.config
205renderRulePlaceholder.afterActionSitecore.ContentTesting.Client.RulePerformance.config
206addPersonalizationVariablesSitecore.ContentTesting.configADD PERSONALIZATION VARIABLES Loads and filters the personalization test variables in the test set
207AddSuggestedPersonalizationsSitecore.ContentTesting.configADD SUGGESTED PERSONALIZATION Apply suggested personalization to item
208calculateTestScoreSitecore.ContentTesting.configCALCULATE TEST SCORE Calculates the score for the test
209canCancelTestSitecore.ContentTesting.configCAN CANCEL TEST Determine if a test can be cancelled
210cancelTestSitecore.ContentTesting.configCANCEL TEST Cancels a test and reverts test candidates back to their original state
211canStopTestSitecore.ContentTesting.configCAN STOP TEST Determine if a test can be stopped
212determineTestExposureSitecore.ContentTesting.configDETERMINE TEST EXPOSURE Determine if a user should be exposed to a test
213determineTestOwnerSitecore.ContentTesting.configDETERMINE TEST OWNER Identifies the user who owns a test
214generateVariantDescriptionSitecore.ContentTesting.configGENERATE VARIANT DESCRIPTION Generate a user friendly description for the variant in the experience.
215getChromeDataSitecore.ContentTesting.config
216getContentEditorWarningsSitecore.ContentTesting.config
217getCurrentTestCombinationSitecore.ContentTesting.configGET CURRENT TEST COMBINATION Returns a test combination to expose to the current visitor.
218getDatasourceWarningsForTestSitecore.ContentTesting.configGET DATASOURCE WARNINGS FOR TEST Inspect an item being used as a datsource in a test and raise issues that could prevent it from acting within the test
219getItemWarningsForTestSitecore.ContentTesting.configGET ITEM WARNINGS FOR TEST Inspect an item being added to a page version test and raise issues that could prevent it from acting within the test
220getNonVersionedTestCandidatesSitecore.ContentTesting.configGET VERSIONED TEST CANDIDATES Inspect an item without workflow and identify test candidates for it
221getRenderingRulesSitecore.ContentTesting.config
222getScreenshotSitecore.ContentTesting.configGET SCEENSHOT Generate and scale screenshots
223getScreenShotForURLSitecore.ContentTesting.configGET SCREEN SHOT FOR URL Generate a screenshot for a page
224getTestsSitecore.ContentTesting.configGET TESTS Inspect an item and identify all tests for it
225getTestCandidateVariantDescriptionSitecore.ContentTesting.configGET TEST CANDIDATE VARIANT DESCRIPTION Generate a user friendly description for a test candidate variant
226getTestObjectivesSitecore.ContentTesting.configGET TEST OBJECTIVES Locate options to list as objectives of a test
227getTestToRunSitecore.ContentTesting.configGET TEST TO RUN Inspect an item for a test to run
228getVersionedTestCandidatesSitecore.ContentTesting.configGET VERSIONED TEST CANDIDATES Inspect an item with workflow and identify test candidates for it
229httpRequestBeginSitecore.ContentTesting.config
230initializeSitecore.ContentTesting.config
231insertRenderingsSitecore.ContentTesting.config
232publishVersionSitecore.ContentTesting.config
233renderDeviceEditorRenderingSitecore.ContentTesting.config
234renderFieldSitecore.ContentTesting.config
235renderLayoutSitecore.ContentTesting.config
236renderLayoutGridRenderingSitecore.ContentTesting.config
237renderingRuleEvaluatedSitecore.ContentTesting.config
238parseDataSourceSitecore.ContentTesting.config
239revertContentSitecore.ContentTesting.configREVERT CONTENT Remove a test from an item and revert content to its original state
240saveTestOutcomeSitecore.ContentTesting.configSAVE TEST OUTCOME Process and save outcome data of the test
241sessionEndSitecore.ContentTesting.configSESSIOND END Performs cleanup on session end
242speak.client.initialize.layoutSitecore.ContentTesting.config
243startPageTestSitecore.ContentTesting.configSTART PAGE TEST Starts the page test
244startTestSitecore.ContentTesting.configSTART TEST Starts a test
245stopTestSitecore.ContentTesting.configSTOP TEST Stops the test
246suggestTestsSitecore.ContentTesting.configSUGGEST TESTS Inspect an item and suggest tests which may be run against it
247suspendTestSitecore.ContentTesting.configSUSPEND TEST Suspend the test.
248registerMLWorkersSitecore.ContentTesting.configREGISTER MACHINE LEARNING WORKERS Register Machine Learning Workers into Processing Engine.
249validateModelTrainingRequirementsSitecore.ContentTesting.configVALIDATE MODEL TRAINING REQUIREMENTS Validates whether the test fulfills the requirements to start machine learning model training.
250validateDataSourceConfigurationSitecore.ContentTesting.configVALIDATE DATA SOURCE CONFIGURATION Validates whethr data source for specified Test Value Item is not corrupted.
251validateStopActionSitecore.ContentTesting.configVALIDATE STOP ACTION Validates whether it's possible to stop the test.
252speak.client.resolveScriptSitecore.ContentTesting.config
253getItemSitecore.ContentTesting.config
254getPageEditorNotificationsSitecore.ContentTesting.config
255convertToXConnectInteractionSitecore.ContentTesting.configCONVERT TO XCONNECT INTERACTION Convert to MVTestEvent Convert to PersonalizationEvent
256convertFromXConnectContactSitecore.ContentTesting.config
257uiDeleteItemsSitecore.ContentTesting.config
258getRibbonControlStateSitecore.ContentTesting.ExperienceEditor.config
259ribbonStylesheetsSitecore.ContentTesting.ExperienceEditor.config
260pageEditingStyleSheetsSitecore.ContentTesting.ExperienceEditor.config
261pageEditingScriptsSitecore.ContentTesting.ExperienceEditor.config
262getPageModeCapabilitiesSitecore.ContentTesting.ExperienceEditor.config
263executePageEditorActionSitecore.ContentTesting.ExperienceEditor.config
264executePageEditorActionArgumentResolverSitecore.ContentTesting.ExperienceEditor.config
265getTestingClustersSitecore.ContentTesting.Intelligence.configGET TESTING CLUSTERS Performs segmention across sessions for a test.
266calculateStatisticalRelevancySitecore.ContentTesting.Intelligence.configCALCULATE STATISTICAL RELEVANCY Determines whether a content test has been exposed to enough visitors to successfully determine the winning variant.
267forecastTestDurationSitecore.ContentTesting.Intelligence.configTEST DURATION FORECAST Forecasts the number of sessions required for a successful content test and the number of days required to reach statistical relevancy.
268savePersonalizationRulesSitecore.ContentTesting.Intelligence.configSAVE PERSONALIZATION RULES Save personalization rules into reporting database
269mvc.getPageItemSitecore.ContentTesting.Mvc.config
270mvc.requestBeginSitecore.ContentTesting.Mvc.config
271mvc.customizeRenderingSitecore.ContentTesting.Mvc.config
272interactionsSitecore.ContentTesting.Processing.Aggregation.config
273itemWebApiSearchSitecore.ContentTesting.Search.config
274ces.geoIp.handleLookupErrorSitecore.CES.GeoIp.configHANDLE LOOKUP ERROR Handles exceptions happened when look up for IP geo information.
275ces.geoIp.parseResponseSitecore.CES.GeoIp.configPARSE RESPONSE Parses the response from the Sitecore IP Geolocation service.
276initializeSitecore.CES.GeoIp.config
277initializeSitecore.CES.DeviceDetection.CheckInitialization.config
278getFallbackUserAgentSitecore.CES.DeviceDetection.config
279redirectUrlSitecore.EmailExperience.ContentDelivery.configREDIRECT URL PIPELINE This pipeline is executed when Email Experience Manager receives a request to redirect a page request from an email link to the correct destination page.
280registerEmailOpenedSitecore.EmailExperience.ContentDelivery.configREGISTER EMAIL OPENED PIPELINE This pipeline is executed when Email Experience Manager receives a request to RegisterEmailOpened Web Handler.
281convertToXConnectEventSitecore.EmailExperience.ContentDelivery.config
282createContactSitecore.EmailExperience.ContentDelivery.configThe create contact pipeline is called by the send email submit actions to create a new contact and save it to the collection database. This pipline populates the email address list facet and the consent information facet according to the values supplied in the form.
283transformFormsCustomTokenSitecore.EmailExperience.ContentDelivery.configThe transform forms custom token pipeline is called for each custom token that is configured in the send email submit action. Add processors to this pipeline in order to transform the form original value that is resolved from the form field to the desirable form (e.g. traforming the value that is obtained from a CheckBoxListViewModel field from a List
284emailOpenedSitecore.EmailExperience.ContentManagement.configEMAIL OPENED PIPELINE This pipeline is executed when Email Experience Manager processes a email opened task. The pipeline creates an interaction with a Email Opened and a Email Opened First Time page event The pipeline will be aborted if: - The message item cannot be found - The campaign cannot be found
285exm.recipientListManagement.addSitecore.EmailExperience.ContentManagement.configRECIPIENT LIST MANAGEMENT PIPELINE This pipeline is executed when a recipient list management task from the recipientListManagementTaskPool task pool is processed. The pipeline is executed for each task individually and adds the corresponding contact to the global opt out list.
286exm.recipientListManagement.removeSitecore.EmailExperience.ContentManagement.configRECIPIENT LIST MANAGEMENT PIPELINE This pipeline is executed when a recipient list management task from the recipientListManagementTaskPool task pool is processed. The pipeline is executed for each task individually and removes the contact from any include lists on the message.
287handleUndeliveredMessageSitecore.EmailExperience.ContentManagement.configHANDLE UNDELIVERED MESSAGE PIPELINE This pipeline is executed when a bounced message task from the bounced messages task pool is processed. The pipeline is executed for each task individually and updates the number of undelivered emails on the recipient's profile. Furthermore an interaction is created with a Email Bounced page event in xDB.
288handleSpamComplaintSitecore.EmailExperience.ContentManagement.configHANDLE SPAM COMPLAINT PIPELINE This pipeline is executed when a spam complaint task from the spam complaints task pool is processed. An interaction is created with a Email Spam Reported page event in xDB.
289handleListUnsubscribeSitecore.EmailExperience.ContentManagement.configHANDLE LIST UNSUBSCRIBE PIPELINE This pipeline is executed when a task from the list unsubscribe task pool is processed. An interaction is created with an Unsubscribe from email page event in xDB.
290handleSentMessageSitecore.EmailExperience.ContentManagement.configHANDLE SENT MESSAGE PIPELINE This pipeline is executed when a sent message task from the sent messages task pool is processed. An interaction is created with a Email Sent page event in xDB.
291SendEmailSitecore.EmailExperience.ContentManagement.configSEND EMAIL PIPELINE This pipeline dispatches a single email through the SMTP server.
292handleDispatchFailedSitecore.EmailExperience.ContentManagement.configHANDLE DISPATCH FAILED PIPELINE This pipeline is executed when a dispatch failed task from the dispatch failed task pool is processed. An interaction is created with a Dispatch Failed page event in xDB.
293owin.cookieAuthentication.validateIdentitySitecore.EmailExperience.ContentManagement.config
294DispatchNewsletterSitecore.EmailExperience.ContentManagementPrimary.configDISPATCH NEWSLETTER PIPELINE This pipeline defines the message dispatch process in the Email Experience Manager. For regular messages the pipeline is executed once. For automated messages it is executed every time a message is triggered.
295UnsubscribeFromListSitecore.EmailExperience.ContentManagementPrimary.configUNSUBSCRIBE FROM LIST PIPELINE This pipeline is executed for each subscribed list of a contact whose unsubscribing from a message.
296SubscribeEventSitecore.EmailExperience.ContentManagementPrimary.configSUBSCRIBE EVENT PIPELINE This pipeline is executed when a recipient subscribes to a message.
297UnsubscribeFromAllEventSitecore.EmailExperience.ContentManagementPrimary.configUNSUBSCRIBE FROM ALL EVENT PIPELINE This pipeline is executed when a recipient unsubscribes from all messages.
298transformQueryStringSitecore.EmailExperience.Core.configTRANSFORM QUERY STRING PIPELINE This pipeline is executed when a message event page is requested. It can be used to reformat the query string prior to the event handling. E.g. decrypting encrypted content, adding support for legacy formats, etc.
299getContactSitecore.EmailExperience.Core.config
300generateBodyLinkSitecore.EmailExperience.Core.configGENERATE BODY LINK PIPELINE This pipeline is executed during dispatch when EXM generates the link to download the email campaign contents from
301getContentEditorFieldsSitecore.EmailExperience.Core.config
302httpRequestBeginSitecore.EmailExperience.Core.config
303ensureSessionContextSitecore.EmailExperience.Core.config
304initializeTrackerSitecore.EmailExperience.Core.config
305renderFieldSitecore.EmailExperience.Core.config
306modifyHyperlinkSitecore.EmailExperience.Core.config
307modifyImageLinkSitecore.EmailExperience.Core.config
308DispatchNewsletterSitecore.EmailExperience.EmailProcessing.configDISPATCH NEWSLETTER PIPELINE This is a customization of the DispatchNewsletter pipeline specific for dedicated dispatch servers.
309journeySitecore.EmailExperience.ExperienceProfile.config
310getExperienceEditorRibbonSitecore.EmailExperience.UI.config
311speak.client.resolveScriptSitecore.EmailExperience.UI.config
312getQueryStateSitecore.EmailExperience.UI.config
313saveUISitecore.EmailExperience.UI.config
314initializeSitecore.ExM.Framework.ContentManagement.config
315getRibbonControlStateSitecore.ExperienceEditor.config
316canShowEditorSitecore.ExperienceEditor.config
317prepareEditorResourcesSitecore.ExperienceEditor.config
318preLoadImagesSitecore.ExperienceEditor.config
319resourceItemResolverSitecore.ExperienceEditor.config
320ribbonStylesheetsSitecore.ExperienceEditor.config
321pageEditingStyleSheetsSitecore.ExperienceEditor.config
322getPageModeCapabilitiesSitecore.ExperienceEditor.config
323getExperienceEditorRibbonSitecore.ExperienceEditor.config
324executePageEditorActionSitecore.ExperienceEditor.configControls actions performed on presentation components in Experience Editor
325executePageEditorActionArgumentResolverSitecore.ExperienceEditor.config
326getPageEditorNotificationsSitecore.ExperienceEditor.config
327getPageEditorValidatorsSitecore.ExperienceEditor.configGets the validators, that will be executed when saving page in Experience Editor
328pageEditingScriptsSitecore.ExperienceEditor.config
329getLayoutSourceFieldsSitecore.ExperienceEditor.config
330injectExperienceEditorRibbonComponentsSitecore.ExperienceEditor.config
331changeEditorResourcesToIncludeSitecore.ExperienceEditor.configchangeEditorResourcesToInclude pipeline is no longer supported please use pageEditingScripts pipeline instead
332httpRequestBeginSitecore.ExperienceEditor.config
333renderFieldSitecore.ExperienceEditor.config
334getChromeDataSitecore.ExperienceEditor.config
335getPlaceholderRenderingsSitecore.ExperienceEditor.config
336speak.client.resolveScriptSitecore.ExperienceEditor.config
337interactionsSitecore.ExperienceAnalytics.Aggregation.Processing.config
338processSegmentsSitecore.ExperienceAnalytics.Aggregation.Processing.config
339initializeSitecore.ExperienceAnalytics.Client.config
340httpRequestBeginSitecore.ExperienceAnalytics.Client.config
341owin.cookieAuthentication.validateIdentitySitecore.ExperienceAnalytics.Client.config
342experienceAnalytics.syncSegmentsSitecore.ExperienceAnalytics.Client.config
343initializeSitecore.ExperienceAnalytics.WebAPI.config
344initializeSitecore.ExperienceAnalytics.WebAPI.Processing.config
345httpRequestBeginSitecore.ExperienceExplorer.config
346renderLayoutSitecore.ExperienceExplorer.config
347mvc.renderPageExtendersSitecore.ExperienceExplorer.config
348startTrackingSitecore.ExperienceExplorer.config
349commitSessionSitecore.ExperienceExplorer.config
350ensureSessionContextSitecore.ExperienceExplorer.config
351sessionEndSitecore.ExperienceExplorer.config
352getItemPersonalizationVisibilitySitecore.ExperienceExplorer.config
353resolveExplorerDatabaseSitecore.ExperienceExplorer.config
354initializeModelSitecore.ExperienceExplorer.config
355applyModelToTrackerSitecore.ExperienceExplorer.config
356resolveExplorerModeSitecore.ExperienceExplorer.config
357cleanupAnalyticsSitecore.ExperienceExplorer.config
358initializeSitecore.ExperienceExplorer.Services.config
359interactionsSitecore.ExperienceForms.Analytics.Aggregation.config
360sessionEndSitecore.ExperienceForms.Analytics.Tracking.config
361initializeSitecore.ExperienceForms.Mvc.config
362forms.renderFormSitecore.ExperienceForms.Mvc.config
363forms.renderFieldsSitecore.ExperienceForms.Mvc.config
364forms.renderFieldSitecore.ExperienceForms.Mvc.config
365forms.getModelSitecore.ExperienceForms.Mvc.config
366forms.registerSubmitSitecore.ExperienceForms.Mvc.config
367forms.validateSubmitSitecore.ExperienceForms.Mvc.config
368forms.executeSubmitSitecore.ExperienceForms.Mvc.config
369forms.submitErrorSitecore.ExperienceForms.Mvc.config
370forms.sessionEndSitecore.ExperienceForms.Mvc.config
371initializeSitecore.ExperienceForms.Pipelines.Client.config
372speak.client.resolveScriptSitecore.ExperienceForms.Pipelines.Client.config
373forms.renderFormSitecore.ExperienceForms.Pipelines.Client.config
374forms.renderFieldsSitecore.ExperienceForms.Pipelines.Client.config
375forms.renderFieldSitecore.ExperienceForms.Pipelines.Client.config
376forms.getModelSitecore.ExperienceForms.Pipelines.Client.config
377forms.saveFormSitecore.ExperienceForms.Pipelines.Client.config
378forms.deleteFormsSitecore.ExperienceForms.Pipelines.Client.config
379forms.renameFormSitecore.ExperienceForms.Pipelines.Client.config
380forms.formDetailsSitecore.ExperienceForms.Pipelines.Client.config
381forms.getLanguagesSitecore.ExperienceForms.Pipelines.Client.config
382forms.removeFormVersionSitecore.ExperienceForms.Pipelines.Client.config
383forms.moveFormSitecore.ExperienceForms.Pipelines.Client.config
384forms.getImportantNotesSitecore.ExperienceForms.Pipelines.Client.config
385forms.getPublishingTargetsSitecore.ExperienceForms.Pipelines.Client.config
386forms.getFormFieldsSitecore.ExperienceForms.Pipelines.Client.config
387initializeSitecore.ExperienceProfile.Client.config
388speak.client.resolveScriptSitecore.ExperienceProfile.Client.config
389owin.cookieAuthentication.validateIdentitySitecore.ExperienceProfile.Client.config
390initializeSitecore.ExperienceProfile.config
391registerReportingDataSourceSitecore.ExperienceProfile.configAdds a reporting data source which is specific to Experience Profile. Datasource receives a name of query pipeline which is then executed on the reporting server.
392visitsSitecore.ExperienceProfile.Reporting.config
393journeySitecore.ExperienceProfile.Reporting.config
394journey-detail-outcomeSitecore.ExperienceProfile.Reporting.config
395journey-detail-online-interactionSitecore.ExperienceProfile.Reporting.config
396journey-detail-offline-interactionSitecore.ExperienceProfile.Reporting.config
397channel-summarySitecore.ExperienceProfile.Reporting.config
398channel-goal-distributionSitecore.ExperienceProfile.Reporting.config
399channel-interaction-distributionSitecore.ExperienceProfile.Reporting.config
400visit-summarySitecore.ExperienceProfile.Reporting.config
401latest-statisticsSitecore.ExperienceProfile.Reporting.config
402visit-pagesSitecore.ExperienceProfile.Reporting.config
403visit-goalsSitecore.ExperienceProfile.Reporting.config
404internal-keyword-summarySitecore.ExperienceProfile.Reporting.config
405internal-keyword-detailSitecore.ExperienceProfile.Reporting.config
406visit-internal-searchesSitecore.ExperienceProfile.Reporting.config
407paid-keyword-summarySitecore.ExperienceProfile.Reporting.config
408external-keyword-summarySitecore.ExperienceProfile.Reporting.config
409paid-keyword-detailSitecore.ExperienceProfile.Reporting.config
410external-keyword-detailSitecore.ExperienceProfile.Reporting.config
411campaignsSitecore.ExperienceProfile.Reporting.config
412recent-campaignsSitecore.ExperienceProfile.Reporting.config
413goalsSitecore.ExperienceProfile.Reporting.config
414profile-pattern-matchesSitecore.ExperienceProfile.Reporting.config
415profile-infoSitecore.ExperienceProfile.Reporting.config
416best-pattern-matchesSitecore.ExperienceProfile.Reporting.config
417profiling-profile-key-valuesSitecore.ExperienceProfile.Reporting.config
418automationsSitecore.ExperienceProfile.Reporting.config
419latest-eventsSitecore.ExperienceProfile.Reporting.config
420eventsSitecore.ExperienceProfile.Reporting.config
421outcome-detailSitecore.ExperienceProfile.Reporting.config
422contact-querySitecore.ExperienceProfile.Reporting.config
423visit-pattern-scoresSitecore.ExperienceProfile.Reporting.config
424visit-scoring-profilesSitecore.ExperienceProfile.Reporting.config
425visit-events-querySitecore.ExperienceProfile.Reporting.config
426visits-querySitecore.ExperienceProfile.Reporting.config
427campaigns-querySitecore.ExperienceProfile.Reporting.config
428pages-by-visit-querySitecore.ExperienceProfile.Reporting.config
429goals-querySitecore.ExperienceProfile.Reporting.config
430visit-channelSitecore.ExperienceProfile.Reporting.config
431latest-visitorsSitecore.ExperienceProfile.Reporting.config
432preprocessRequestSitecore.FXM.Bundle.config
433bundle.beaconSitecore.FXM.Bundle.config**** Bundle Registration Pipelines **** Note: pipeline names must be prefixed with $(Bundle.PipelineNamePrefix) - see setting above.
434initializeSitecore.FXM.config
435getPlaceholderRenderingsSitecore.FXM.config
436getItemPersonalizationVisibilitySitecore.FXM.config
437getChromeDataSitecore.FXM.config
438mvc.renderPlaceholderSitecore.FXM.config
439getSessionIdManagerSitecore.FXM.config
440convertToXConnectEventSitecore.FXM.config
441tryResolveFxmContextSitecore.FXM.configTry to resolve Fxm context for the current request. Context is resolved only if request is for a configured site.
442tracking.initializeContextSitecore.FXM.config**** Tracking Request Pipelines ****
443tracking.resolveMatchingElementsSitecore.FXM.configRun when a page visit occurs on an tracked external site. Finds all page filters that match the visit and any sub-page level matchers belonging to them.
444tracking.triggerPageMatchersSitecore.FXM.config
445tracking.trackpagevisitSitecore.FXM.config
446tracking.triggerpageeventSitecore.FXM.config
447tracking.getitemrenderedcontentSitecore.FXM.config
448externalsiteproxy.buildrequestSitecore.FXM.config**** External Site Proxy Pipelines - used in the Experience Editor UI ****
449externalsiteproxy.processresponseSitecore.FXM.config
450externalsiteproxy.processhtmlresponseSitecore.FXM.config
451content.experienceeditorSitecore.FXM.config**** Experience Editor Integration ****
452executePageEditorActionSitecore.FXM.config
453saveUISitecore.FXM.config
454getExperienceEditorRibbonSitecore.FXM.Speak.config
455speak.client.resolveScriptSitecore.FXM.Speak.config
456httpRequestBeginSitecore.ItemWebApi.config
457httpRequestEndSitecore.ItemWebApi.config
458preprocessRequestSitecore.ItemWebApi.config
459itemWebApiDeleteSitecore.ItemWebApi.configHandles the item delete operation.
460itemWebApiGetFieldsSitecore.ItemWebApi.configDetermines which item fields should are included in response.
461itemWebApiGetPropertiesSitecore.ItemWebApi.configDetermines which item properties (display name, ID etc.) are included in response.
462itemWebApiCreateSitecore.ItemWebApi.configHandles the item create operation.
463itemWebApiReadSitecore.ItemWebApi.configHandles the item read operation.
464itemWebApiRequestSitecore.ItemWebApi.configProcesses Item Web API requests.
465itemWebApiUpdateSitecore.ItemWebApi.configHandles the item update operation.
466getStartUrlSitecore.Speak.LaunchPad.config
467httpRequestBeginSitecore.Speak.LaunchPad.XMCloud.config
468speak.client.resolveScriptSitecore.ListManagement.Client.config
469owin.cookieAuthentication.validateIdentitySitecore.ListManagement.Client.config
470listManagement.importMediaContactsSitecore.ListManagement.configIMPORT MEDIA CONTACTS The pipeline is responsible for importing of the contacts from file stored in media library into the xDB.
471getMediaUrlOptionsSitecore.Marketing.Definitions.MarketingAssets.Repositories.config
472getResponseCacheHeadersSitecore.Marketing.Definitions.MarketingAssets.Repositories.config
473isMarketingDefinitionSitecore.Marketing.Definitions.MarketingAssets.Repositories.config
474speak.client.resolveScriptSitecore.Marketing.Automation.Client.config
475Marketing.Automation.ExportCampaignContactsSitecore.Marketing.Automation.Client.config
476owin.cookieAuthentication.validateIdentitySitecore.Marketing.Automation.Client.config
477deployDefinitionSitecore.Marketing.Automation.Client.config
478speak.client.resolveScriptSitecore.Marketing.Client.config
479speak.client.initialize.layoutSitecore.Marketing.Client.config
480initializeSitecore.Marketing.config
481deployDefinitionSitecore.Marketing.config
482isMarketingDefinitionSitecore.Marketing.config
483validateJsonFieldLinksSitecore.Marketing.config
484validateJsonPropertyLinkSitecore.Marketing.config
485deployDefinitionSitecore.MarketingCD.config
486classificationStrategySitecore.Analytics.Tracking.config
487commitSessionSitecore.Analytics.Tracking.config
488convertFromXConnectContactSitecore.Analytics.Tracking.config
489convertToXConnectInteractionSitecore.Analytics.Tracking.config
490convertToXConnectEventSitecore.Analytics.Tracking.config
491createItemChangeTestSitecore.Analytics.Tracking.config
492createTrackerSitecore.Analytics.Tracking.config
493createVisitSitecore.Analytics.Tracking.config
494endAnalyticsSitecore.Analytics.Tracking.config
495ensureClassificationSitecore.Analytics.Tracking.config
496ensureSessionContextSitecore.Analytics.Tracking.config
497excludeRobotsSitecore.Analytics.Tracking.config
498findVisitorEmailAddressSitecore.Analytics.Tracking.config
499getContentEditorWarningsSitecore.Analytics.Tracking.config
500getItemPersonalizationVisibilitySitecore.Analytics.Tracking.config
501handlePageErrorSitecore.Analytics.Tracking.config
502handlePageNotFoundSitecore.Analytics.Tracking.config
503httpRequestBeginSitecore.Analytics.Tracking.config
504httpRequestEndSitecore.Analytics.Tracking.config
505httpRequestProcessedSitecore.Analytics.Tracking.config
506initializeSitecore.Analytics.Tracking.config
507initializeInteractionProfileSitecore.Analytics.Tracking.config
508initializeTrackerSitecore.Analytics.Tracking.config
509mergeContactsSitecore.Analytics.Tracking.config
510parseReferrerSitecore.Analytics.Tracking.config
511processItemSitecore.Analytics.Tracking.config
512registerOutcomeSitecore.Analytics.Tracking.config
513registerPageEventSitecore.Analytics.Tracking.config
514renderContentEditorHeaderSitecore.Analytics.Tracking.config
515renderLayoutSitecore.Analytics.Tracking.config
516sessionEndSitecore.Analytics.Tracking.config
517startAnalyticsSitecore.Analytics.Tracking.config
518startTrackingSitecore.Analytics.Tracking.config
519submitSessionContextSitecore.Analytics.Tracking.config
520triggerCampaignSitecore.Analytics.Tracking.config
521visitEndSitecore.Analytics.Tracking.config
522getFallbackUserAgentSitecore.Analytics.Tracking.config
523commitSessionSitecore.Analytics.Tracking.Database.config
524postSessionEndSitecore.Analytics.Tracking.Database.config
525submitSessionContextSitecore.Analytics.Tracking.Database.config
526determineInteractionChannelSitecore.Analytics.Channel.configDetermines the initial channel for the interaction.
527createVisitSitecore.Analytics.Channel.config
528triggerCampaignSitecore.Analytics.Channel.config
529initializeSitecore.Analytics.Processing.Aggregation.config
530interactionsBatchSitecore.Analytics.Processing.Aggregation.config
531interactionsSitecore.Analytics.Processing.Aggregation.config
532contactsSitecore.Analytics.Processing.Aggregation.config
533registerReportingDataSourceSitecore.Analytics.Reporting.config
534initializeSitecore.Xdb.config
535registerOutcomeSitecore.Xdb.MarketingAutomation.Tracking.config
536registerPageEventSitecore.Xdb.MarketingAutomation.Tracking.config
537submitLiveAutomationEventSitecore.Xdb.MarketingAutomation.Tracking.config- Pipeline that submits live automation event to Marketing Automation engine.
538initializeSitecore.Messaging.config
539initializeSitecore.Mvc.configLoader
540httpRequestBeginSitecore.Mvc.configHttp Request Begin
541normalizePlaceholderKeySitecore.Mvc.configNormalize Placeholder Key
542mvc.actionExecutingSitecore.Mvc.configMvc Events
543mvc.actionExecutedSitecore.Mvc.config
544mvc.exceptionSitecore.Mvc.config
545mvc.resultExecutingSitecore.Mvc.config
546mvc.resultExecutedSitecore.Mvc.config
547mvc.requestBeginSitecore.Mvc.configMvc Request
548mvc.requestEndSitecore.Mvc.config
549mvc.createControllerSitecore.Mvc.config
550mvc.getModelSitecore.Mvc.config
551mvc.getPageItemSitecore.Mvc.configMvc Response
552mvc.buildPageDefinitionSitecore.Mvc.config
553mvc.getPageRenderingSitecore.Mvc.config
554mvc.getXmlBasedLayoutDefinitionSitecore.Mvc.config
555mvc.renderPlaceholderSitecore.Mvc.config
556mvc.renderRenderingSitecore.Mvc.config
557mvc.getRendererSitecore.Mvc.config
558mvc.getDynamicPlaceholderKeysSitecore.Mvc.config
559mvc.getDynamicPlaceholderInitialKeySitecore.Mvc.config
560httpRequestBeginSitecore.MVC.DeviceSimulator.config
561mvc.createControllerSitecore.MVC.DeviceSimulator.config
562mvc.renderPageExtendersSitecore.MVC.DeviceSimulator.config
563executePageEditorActionSitecore.MVC.ExperienceEditor.config
564hasPresentationSitecore.MVC.ExperienceEditor.config
565mvc.getPageRenderingSitecore.MVC.ExperienceEditor.config
566mvc.getXmlBasedLayoutDefinitionSitecore.MVC.ExperienceEditor.config
567mvc.renderPageExtendersSitecore.MVC.ExperienceEditor.config
568mvc.renderPlaceholderSitecore.MVC.ExperienceEditor.config
569mvc.renderRenderingSitecore.MVC.ExperienceEditor.config
570mvc.requestEndSitecore.MVC.ExperienceEditor.config
571owin.initializeSitecore.Owin.Activation.configOWIN INITIALIZE Configures OWIN middlewares. The pipeline contains StageMarker processors that insert UseStageMarker middlewares with a corresponding PipelineStage value. If Owin.AssertStageMarkers setting is set to true then an exception will be thrown if there is a middleware that is executed on a later stage than the following StageMarker processor specifies. It may happen when a custom processor uses UseStageMarker with a PipelineStage value that is lower than the previous StageMarker processor. For example, default UseCookieAuthentication middleware uses UseStageMarker(PipelineStage.Authenticate) under the hood; therefore, a processor that contains such a middleware should be patched before the Authenticate StageMarker processor. Processors should derive from Sitecore.Owin.Pipelines.Initialize.InitializeProcessor
572owin.globalExceptionHandlerSitecore.Owin.Activation.configOWIN GLOBAL EXCEPTION HANDLER Handles unhandled exceptions that occured in OWIN middlewares. Processors should derive from Sitecore.Owin.Pipelines.GlobalExceptionHandler.GlobalExceptionHandlerProcessor
573owin.globalLogFilterSitecore.Owin.Activation.configGLOBAL LOG FILTER Standard Sitecore implementation of Microsoft.Owin.Logging.ILogger invokes this pipeline before submitting log data to the underlying logger. This pipeline provides an ability to modify an every aspect of the individual logging record as well as suppressing it. Processors should derive from Sitecore.Owin.Pipelines.GlobalLogFilter.GlobalLogFilterProcessor
574httpRequestBeginSitecore.Owin.Authentication.config
575owin.initializeSitecore.Owin.Authentication.config
576owin.identityProvidersSitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.IdentityProviders.IdentityProvidersProcessor
577owin.cookieAuthentication.validateIdentitySitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.CookieAuthentication.ValidateIdentity.ValidateIdentityProcessor
578owin.cookieAuthentication.signInSitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.CookieAuthentication.SignIn.SignInProcessor
579owin.cookieAuthentication.signedInSitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.CookieAuthentication.SignedIn.SignedInProcessor
580owin.cookieAuthentication.applyRedirectSitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.CookieAuthentication.ApplyRedirect.ApplyRedirectProcessor
581owin.cookieAuthentication.signOutSitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.CookieAuthentication.SignOut.SignOutProcessor
582getSignInUrlInfoSitecore.Owin.Authentication.config
583fedauth.siteNameExpanderSitecore.Owin.Authentication.configProcessors should derive from Sitecore.Owin.Authentication.Pipelines.SiteNameExpander.SiteNameExpanderProcessor
584owin.globalExceptionHandlerSitecore.Owin.Authentication.config
585owin.globalLogFilterSitecore.Owin.Authentication.config
586owin.initializeSitecore.Owin.Cors.config
587owin.identityProvidersSitecore.Owin.Authentication.IdentityServer.config
588owin.initializeSitecore.Owin.Authentication.IdentityServer.config
589getContentEditorWarningsSitecore.PathAnalyzer.Client.config
590speak.client.resolveScriptSitecore.PathAnalyzer.Client.config
591owin.cookieAuthentication.validateIdentitySitecore.PathAnalyzer.Client.config
592uiDeleteItemsSitecore.PathAnalyzer.Client.config
593initializeSitecore.PathAnalyzer.config
594evaluateContactSitecore.PathAnalyzer.config
595interactionsBatchSitecore.PathAnalyzer.Processing.configBatch processor that is receiving more than one interaction at a time to speed up the aggregation process
596initializeSitecore.PathAnalyzer.Services.config
597speak.client.resolveScriptSitecore.Personalization.config
598getRenderingRulesSitecore.Personalization.config
599insertRenderingsSitecore.Personalization.config
600renderingRuleEvaluatedSitecore.Personalization.config
601getPageModeCapabilitiesSitecore.Personalization.ExperienceEditor.config
602pageEditingScriptsSitecore.Personalization.ExperienceEditor.config
603executePageEditorActionSitecore.Personalization.ExperienceEditor.config
604executePageEditorActionArgumentResolverSitecore.Personalization.ExperienceEditor.config
605mvc.getRendererSitecore.Personalization.Mvc.config
606mvc.customizeRenderingSitecore.Personalization.Mvc.config
607initializeSitecore.Services.Client.config
608ssc.apiKeyValidationSitecore.Services.Client.config
609initializeSitecore.Services.GraphQL.config
610httpRequestBeginSitecore.Services.GraphQL.config
611startAnalyticsSitecore.Services.GraphQL.config
612initializeSitecore.Services.GraphQL.Core.config
613initializeManagersSitecore.Services.GraphQL.Serialization.config
614owin.cookieAuthentication.validateIdentitySitecore.Services.GraphQL.Serialization.config
615httpRequestBeginSitecore.GraphQL.config
616owin.initializeSitecore.GraphQL.config
617owin.initializeSitecore.GraphQL.Subscription.config
618preprocessRequestSitecore.Speak.configHttp Request
619mvc.buildPageDefinitionSitecore.Speak.config
620itemWebApiRequestSitecore.Speak.ItemWebApi.config
621itemWebApiGetPropertiesSitecore.Speak.ItemWebApi.config
622itemWebApiSearchSitecore.Speak.ItemWebApi.config
623itemWebApiUpdateSitecore.Speak.ItemWebApi.config
624initializeSitecore.Speak.Mvc.config
625mvc.renderPlaceholderSitecore.Speak.Mvc.config
626speak.client.addBindingSitecore.Speak.Pipelines.config
627speak.client.getClickSitecore.Speak.Pipelines.config
628speak.client.getControlIdSitecore.Speak.Pipelines.config
629speak.client.getOverlaysSitecore.Speak.Pipelines.config
630speak.client.getPageScriptsSitecore.Speak.Pipelines.config
631speak.client.getPageStylesheetsSitecore.Speak.Pipelines.config
632speak.client.getStyleSitecore.Speak.Pipelines.config
633speak.client.initialize.layoutSitecore.Speak.Pipelines.config
634speak.client.parseRenderingParameterSitecore.Speak.Pipelines.config
635speak.client.resolveRequireSitecore.Speak.Pipelines.config
636speak.client.resolveScriptSitecore.Speak.Pipelines.config
637speak.client.buildMainJSSitecore.Speak.Pipelines.config
638speak.logoutSitecore.Speak.Pipelines.config
639preprocessRequestSitecore.Speak.Applications.configHttp Request
640speak.client.resolveScriptSitecore.Speak.Components.config
641speak.client.getPageStylesheetsSitecore.Speak.Components.config
642speak.client.buildMainJSSitecore.Speak.Components.config
643preprocessRequestSitecore.Speak.Integration.Spa.configHttp Request
644mvc.requestBeginSitecore.MvcAnalytics.config
645initializeTrackerSitecore.Analytics.Tracking.RobotDetection.config
646registerPageEventSitecore.Analytics.Tracking.RobotDetection.config