first commit
This commit is contained in:
commit
585a6927f6
19 changed files with 432 additions and 0 deletions
15
overrides/partials/integrations/analytics/custom.html
Normal file
15
overrides/partials/integrations/analytics/custom.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<script>
|
||||
/* Add custom analytics integration here, e.g. */
|
||||
var property = "{{ config.extra.analytics.property }}"
|
||||
|
||||
|
||||
|
||||
/* Wait for page to load and application to mount */
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
location$.subscribe(function(url) {
|
||||
/* Add custom page event tracking here */
|
||||
|
||||
|
||||
})
|
||||
})
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue