Blueprint Developer Manual / Version 2101
Table Of ContentsThe purpose of the CAE integration is to add the tracking aspect to page impressions and user interactions with your website.
The recommended way is to use a ViewHookEventListener
that adds tracking to
com.coremedia.blueprint.common.contentbeans.Page
instances. Add an implementation of AnalyticsProvider
and a template
that should prepare tracking calls in its head
view.
These views are automatically included when rendering a page and your ViewHookEventListener is present.