File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88Vince Analytics integrates automatically with ` pushState ` based frontend routers. However, if you're using a frontend
99framework that uses the URL hash for routing, you need to take an extra step to install the hash-based tracker instead of the default one.
1010
11- The hash-based tracker is available by changing your script to load ` http://localhst :8080/js/script.hash.js ` instead of
12- the default ` http://localhst :8080/js/script.js ` .
11+ The hash-based tracker is available by changing your script to load ` http://localhost :8080/js/script.hash.js ` instead of
12+ the default ` http://localhost :8080/js/script.js ` .
1313
1414Here's what the full script tag will look like:
1515
1616``` html
17- <script defer data-domain =" yourdomain.com" src =" http://localhst :8080/js/script.hash.js" ></script >
17+ <script defer data-domain =" yourdomain.com" src =" http://localhost :8080/js/script.hash.js" ></script >
1818```
1919
2020
You can’t perform that action at this time.
0 commit comments