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