Google Analytics
Integrate your Google Analytics into your StatusPal status page.
Obtain Google Tag ID from Google Analytics
In your Google Analytics dashboard, click on Admin
Click on Data Collection and modification
Click on Data streams
Click on your Web data stream
Click on View tag instructions
Click on Install manually
You can find your Google Tag ID at
gtag('config', 'G-123');
(in this example, the Google Tag ID would be 'G-123').Copy your Google Tag ID and save it for the next step.
Configure Google Analytics on your StatusPal status page
Visit your StatusPal status page settings by clicking on Status page from the sidebar of your admin dashboard.
Once in your status page settings page, scroll down to find the Custom Javascript text field.
Enter the following Javascript code snipped, making sure to replace the value of the GTAG_ID
variable ('G-123') with the value you copied from the previous step.
Click on the Update button at the bottom, and your Google Analytics integration should start working on your StatusPal status page.
Last updated