Blueprint Developer Manual / Version 2512.0
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.
Note
In the following section the property names to be used in the generic struct editor of CoreMedia Studio are described.


