We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c1a7e commit 5f0ac92Copy full SHA for 5f0ac92
javascript/tokenscript-viewer/src/components/app/app.tsx
@@ -65,7 +65,7 @@ const initViewerType = (params: URLSearchParams): ViewerTypes => {
65
66
if (window.gtag) {
67
window.gtag('set', {
68
- 'viewer-type': viewerType
+ 'viewer_type': viewerType
69
});
70
}
71
0 commit comments