How to Create a Google Analytics 4 Property
Go to analytics.google.com, click "Admin," then "Create Property." Enter your property name, select your time zone and currency, fill in business details, and create a Web data stream with your website URL. You will get a Measurement ID (G-XXXXXXXXXX) to install on your site — either directly or thr
Quick Summary
Go to analytics.google.com, click "Admin," then "Create Property." Enter your property name, select your time zone and currency, fill in business details, and create a Web data stream with your website URL. You will get a Measurement ID (G-XXXXXXXXXX) to install on your site — either directly or through Google Tag Manager. Configure data retention to 14 months, exclude internal traffic, and link to Google Ads. Setup takes under 15 minutes.
What Is Google Analytics 4?
GA4 is Google's current analytics platform using an event-based data model — every interaction is tracked as an event with parameters. It tells you how many people visit, where they come from, what they do, which channels drive value, and how users move through your conversion funnel. GA4 is free for most businesses.
GA4 Account Structure
Account (top-level, manages user access) > Property (represents a website/app, contains all data) > Data Stream (connection between platform and property — can have web, iOS, and Android streams merging into one property).
Process Flow
Interactive diagram — drag to pan, scroll to zoom
Step-by-Step Guide
Follow these 8 steps to complete this guide
Create a Google Analytics Account
Create a Property
Business Details
Choose Business Objectives
Create a Web Data Stream
Install GA4
Create a new Google Analytics: GA4 Configuration tag (or Google Tag), enter your Measurement ID, trigger on All Pages, test and publish.
Direct Installation
Copy the gtag.js snippet from your data stream settings and paste in the `` of every page.
Platform-Specific
Shopify: Online Store > Preferences > Google Analytics. WordPress: Use Site Kit by Google plugin. Next.js: Use @next/third-parties library.
Shopify: Online Store > Preferences > Google Analytics. WordPress: Use Site Kit by Google plugin. Next.js: Use @next/third-parties library.
Configure Essential Settings
Admin > Data Settings > Data Retention. Change from 2 months to 14 months (maximum for free GA4).
Internal Traffic Filter
Admin > Data Streams > Configure Tag Settings > Define Internal Traffic. Add your office IP. Then Admin > Data Settings > Data Filters, activate the Internal Traffic filter.
Google Signals
Admin > Data Settings > Data Collection. Enable for cross-device reporting and demographics.
Link to Google Ads
Admin > Google Ads Links > Link. Select your Google Ads account, enable auto-tagging.
Admin > Data Settings > Data Collection. Enable for cross-device reporting and demographics.
Link to Google Ads
Admin > Google Ads Links > Link. Select your Google Ads account, enable auto-tagging.
Verify Installation
DebugView: Install Google Analytics Debugger Chrome extension, enable it, and check Admin > DebugView for detailed event data.
Frequently Asked Questions
Common questions about this topic
Was this guide helpful?
Your feedback helps us improve our guides