You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
The Dimensions section of the UI is being populated through a call to the Item Web API with the following query: //*{id-of-dimensions-folder}//* This query is taking anywhere from 2-5 minutes to complete and the Dimensions section is empty until it finishes. Would it be possible to update the query to /sitecore/system/Marketing Control Panel/Experience Analytics/Dimensions//*?
The Dimensions section of the UI is being populated through a call to the Item Web API with the following query:
//*{id-of-dimensions-folder}//*This query is taking anywhere from 2-5 minutes to complete and the Dimensions section is empty until it finishes. Would it be possible to update the query to/sitecore/system/Marketing Control Panel/Experience Analytics/Dimensions//*?experience-extractor/src/ExperienceExtractor.Client/sitecore/shell/client/Applications/ExperienceExtractor/ExperienceExtractorDimensions.js
Line 225 in 2e5ba93