How to Migrate to Google Analytics 4


With only 5 simple steps

Schedule Your Free 1-hour strategy session today.

For Serious Inquiries Only.

Step 1: Create a new Google Analytics 4 property

  1. Login to your Google Analytics account
  2. Click on the "Admin" tab
  3. In the second column "Property" click on "Create Property"
  4. Select "Web" or "App", depending on what you want to track
  5. Follow the prompts to enter the necessary information required, including the website or app name and URL

Step 2: Install the Google Analytics 4 Tracking Code

  1. Find the "Measurement ID" located in the "Property" column of your newly created web or app property
  2. Add the following tracking code to your website or app:

<script async src="https://www.googletagmanager.com/gtag/js?id=MEASUREMENT_ID"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'MEASUREMENT_ID'); </script>

Replace "MEASUREMENT_ID" with your unique measurement ID.

Step 3: Set up Event Tracking

  1. GA4 uses event-based tracking, which means that you need to define what constitutes as an event on your website or app
  2. Decide what events are important to track on your website or app, such as clicks on specific buttons or links, form submissions, or video plays
  3. Use the event parameters in GA4 to set up event tracking for each event

Step 4: Import Data from Existing Universal Analytics Property (Optional)

  1. If you have an existing Universal Analytics property, you can import data from it into your new GA4 property
  2. Go to "Data Streams" under your property settings and click on "Set up data import"
  3. Choose the Universal Analytics property you want to import data from and select the views you want to import

Step 5: Test and Verify Data Collection

  1. Use Google Analytics Debugging tools to test if the data is being collected properly
  2. Check that events are being tracked accurately and in the expected locations
  3. Verify that the events are appearing in your GA4 property in the correct reporting area

Congratulations! You have now successfully migrated to Google Analytics 4.

Remember to continue tracking and optimizing your website or app to improve performance, and if you need any assistance feel free to reach out.

To Top