Analytics Connectors Manual / Version 2310
Table Of Contents
CoreMedia Analytics Connectors can be
configured per site and per page. The settings for this can be configured
using the struct editor for the property field localSettings
.
Each tracking provider is configured in a separate StructProperty
.
An example of the tracking configuration is shown below.
<StringProperty Name="analyticsProvider">googleAnalytics</StringProperty> <StructProperty Name="googleAnalytics"> <Struct> <StringProperty Name="measurementId">G-XXXXXXXX</StringProperty> <BooleanProperty Name="disabled">false</BooleanProperty> </Struct> </StructProperty>
Note
Note that tracking can be temporarily disabled for any service provider (even for a particular page) by adding
a Boolean property disabled
with value true
to the provider's struct property.
The AnalyticsSettingsProvider
implementations can expose settings for Studio components.
These can, for example, be used to provide deep links for service provider reports. See Javadoc for details.
Note
In the following section the property names to be used in the generic struct editor of the CoreMedia Studio are described.