Update analytics to include value after hash
This commit is contained in:
Родитель
375c2b160f
Коммит
2e3321649a
|
@ -127,7 +127,8 @@
|
||||||
env:"PROD" // Environment can be set to PPE or PROD as needed.
|
env:"PROD" // Environment can be set to PPE or PROD as needed.
|
||||||
},
|
},
|
||||||
webAnalyticsConfiguration:{ // Web Analytics Plugin configuration
|
webAnalyticsConfiguration:{ // Web Analytics Plugin configuration
|
||||||
urlCollectQuery:true,
|
urlCollectQuery: true,
|
||||||
|
urlCollectHash: true,
|
||||||
autoCapture: {
|
autoCapture: {
|
||||||
scroll: true,
|
scroll: true,
|
||||||
pageView: true,
|
pageView: true,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче