Added GA again
This commit is contained in:
parent
6d724fad1d
commit
09091ccae5
1 changed files with 3 additions and 1 deletions
|
@ -12,10 +12,12 @@ import {
|
|||
GoogleReCaptcha,
|
||||
} from 'react-google-recaptcha-v3'
|
||||
|
||||
WakeUp();
|
||||
|
||||
WakeUp();
|
||||
|
||||
ReactGA.initialize('UA-174657678-1')
|
||||
ReactGA.pageview(window.location.pathname + window.location.search)
|
||||
|
||||
ReactDOM.render(
|
||||
<div>
|
||||
<GoogleReCaptchaProvider reCaptchaKey="6LeZhMMhAAAAAH2cwtbCRYys5WawPj4KS5pw-GNd">
|
||||
|
|
Loading…
Reference in a new issue