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 ac7d4a3 commit f759941Copy full SHA for f759941
velog-frontend/src/containers/base/Core.js
@@ -57,6 +57,9 @@ class Core extends Component<Props> {
57
listenHistory = () => {
58
const { history } = this.props;
59
this.unlisten = history.listen((location, type) => {
60
+ if (window.gtag) {
61
+ window.gtag('config', 'UA-125599395-1', { page_path: location.pathname });
62
+ }
63
CommonActions.changeRoute({
64
type,
65
...location,
0 commit comments