Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <experienceAnalytics>
  2. <aggregation>
  3. <patch:attribute name="enabled" value="true"/>
  4. <logger type="Sitecore.ExperienceAnalytics.Core.Diagnostics.Logger, Sitecore.ExperienceAnalytics.Core" singleInstance="true"/>
  5. <!-- This section hosts the definitions of the Experience Analytics dimensions
  6. 'id' attribute is the unique identifier and should match the ID of the corresponding dimension definition item in Marketing Control Panel
  7. 'type' attribute references the fully qualified class name and assembly name with the dimension implementation.
  8. -->
  9. <dimensions>
  10. <dimension id="[dimension item ID]" type="[full class reference], [DLL name]" />
  11. </dimensions>
  12. </aggregation>
  13. </experienceAnalytics>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement