mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Analytics: moved query string cleaning the page parameter
This commit is contained in:
parent
dcb7043216
commit
3e62bfa9f6
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ define(function (require) {
|
|||
load();
|
||||
var options = {
|
||||
cookieDomain: window.location.hostname,
|
||||
page: window.location.pathname+window.location.hash,
|
||||
location: window.location.href.replace(/\?.+$/, ''),
|
||||
page: window.location.pathname+window.location.hash.replace(/\?.+$/, ''),
|
||||
location: window.location.href,
|
||||
dimension1: '@@MARVEL_REVISION'
|
||||
};
|
||||
window.ga('send', 'pageview', options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue