We use neos-googleanalytics in a multisite environment where all sites sharing the same Analytics-Profile.
It's possible to set a default Analytics-ID but not a profileId in Neos.GoogleAnalytics.default 😢
Neos:
GoogleAnalytics:
default:
analytics:
# this works well
id: G-XXXXXXX
# this is missing
profileId: 123456789
We use neos-googleanalytics in a multisite environment where all sites sharing the same Analytics-Profile.
It's possible to set a default Analytics-ID but not a profileId in
Neos.GoogleAnalytics.default😢