Setting up Google Analytics : How to Retrieve Your GA4 Tracking Script from Google Analytics and Install it on Kreezalid
How to Retrieve Your GA4 Tracking Script from Google Analytics and Install it on Kreezalid
Step 1 : Access Your Google Analytics Account
- Open your web browser and navigate to the Google Analytics website.
- Sign in using your Google account credentials.
Step 2: Locate Your GA4 Property
- Once logged in, click on the “Admin” button (gear icon) at the bottom left of your screen.
- In the "Account" column, make sure the correct account is selected.
- In the "Property" column, select the GA4 property you want to use for tracking. If you don't have a GA4 property yet, you'll need to create one.
Step 3: Obtain the GA4 Tracking Script
- In the "Property" column, click on “Data Streams”.
- Select your web data stream (or create a new one if necessary).
- Once your data stream is selected, click on the “Global site tag (gtag.js)” link under “Tagging Instructions”.
- This will open a new window displaying your GA4 tracking script.
It starts with :
<!-- Google tag (gtag.js) -->
and ands with
</script>
Step 4: Copy the GA4 Tracking Script
- In the window displaying your tracking script, click the “Copy” button to copy the entire script to your clipboard.
Step 5: Install the Script on Kreezalid
Log in to your Kreezalid admin panel.
- Navigate to
Settings
in the sidebar. - Click on
General
. - Scroll down to
Custom Tags <head>
. - Paste the copied GA4 tracking script into the provided field.
Step 6: Save Your Changes
After pasting the script, make sure to save your changes.
The GA4 tracking script is now installed, and data will start flowing from your Kreezalid site to your Google Analytics account.
Updated on: 05/12/2023
Thank you!