How to Register for Google Analytics
Setting up Google Analytics is a foundational step for understanding how people find and interact with your website, especially if you're targeting a specific audience like customers in London. This guide will walk you through registering for an account, installing the tracking code, and configuring the essential settings you need to start improving your SEO with real data.
Why Google Analytics is Crucial for London-Based Businesses
Before jumping into the setup, it’s helpful to understand what Google Analytics does for your SEO. It’s not just about counting visitors, it’s about understanding their behavior. For a business in London, this means you can uncover insights that directly impact your local and national search performance.
Here’s what you can achieve:
- Understand Your Local Audience: See where your website visitors are coming from. Are they searching from Islington or Kensington? How does their behavior differ? This helps you tailor content and marketing efforts to specific London boroughs.
- Track SEO Performance: Monitor which organic keywords are driving traffic to your site (when connected to Google Search Console). You can see which pages are most popular and which ones need improvement.
- Identify Top Content: Discover which blog posts, service pages, or products are most popular with your audience. This tells you what to create more of to attract more organic traffic.
- Measure Marketing Campaigns: See how effective your digital marketing efforts are. Are those paid ads reaching the right London postcodes? Is your latest email campaign driving actual conversions? GA4 gives you the numbers to prove it.
The First Step: Have a Google Account
To use Google Analytics, you need a Google account. If you already use Gmail, Google Drive, or YouTube, you're all set. You can simply use your existing login.
If you don’t have one, head over to the Google Account creation page and create one first. It's free and only takes a minute.
Step-by-Step: Creating Your Google Analytics 4 Account
With your Google account ready, it’s time to create your Analytics account. This process involves creating an overarching "Account" and then a "Property" within it that will represent your website.
1. Go to the Google Analytics Website
Start by navigating to the Google Analytics homepage. Click on "Start measuring" to begin the setup process. You'll be prompted to sign in with your Google account if you haven't already.
2. Create an Account
Analytics is structured in a hierarchy. The highest level is the "Account," which can contain multiple "Properties" (e.g., one for your main website, one for a blog, one for an app).
- Account name: Enter your company name here, for example, "Camden Garden Supplies." This is just an internal name for organization.
- Account Data Sharing Settings: You'll see several checkboxes for data sharing. These options help Google improve its products and provide you with better technical support and insights. Review them and keep the recommended settings enabled unless you have a specific reason to opt-out.
Once you’ve filled this out, click "Next."
3. Create a Property
A property is the specific website or app you want to track. This step is crucial for ensuring your data is relevant for your London-based operations.
- Property name: This should be descriptive. A good practice is to use your website's URL, such as "camdengardensupplies.co.uk."
- Reporting time zone: This is very important. Set this to United Kingdom and (GMT+01:00) London. This ensures your reports reflect your local business hours, so "today's" data aligns with your actual workday.
- Currency: Set this to British Pound (GBP). Even if you're not selling directly online, syncing your currency is a good practice if you ever decide to track revenue-based goals.
Click "Next" to continue.
4. Provide Your Business Details
Next, Google will ask for some simple information about your business. Select your industry category (e.g., "Home & Garden") and business size. This information helps Google provide you with benchmarking data, allowing you to compare your performance against others in your sector.
Click "Next."
5. Choose Your Business Objectives
GA4 gives you the option to select your primary business goals. Are you trying to "Generate leads," "Drive online sales," or simply "Examine user behavior"? You can select multiple options.
Choose the objectives that best match your goals. This choice fine-tunes the reports and dashboards that GA4 displays by default, making it easier to find the information that matters most to you. After making your selections, click "Create" and accept the Google Analytics Terms of Service.
Connecting GA4 to Your Website via a Data Stream
Your account and property are now created, but Analytics isn't collecting any data yet. To do that, you need to create a "Data Stream" and install a small piece of tracking code on your website.
1. Set Up a Web Data Stream
After accepting the terms, you'll be prompted to "Choose a platform." Since you're setting this up for your website, select "Web."
Enter your website URL (e.g., https://www.camdengardensupplies.co.uk) and give the stream a name (the website URL is a good choice here too). Ensure "Enhanced measurement" is turned on - it automatically tracks important interactions like clicks, scrolls, and file downloads without any extra setup.
Click "Create stream."
2. Get Your Measurement ID and Tracking Code
Once you create the stream, you'll see a panel with all the details, including your unique "Measurement ID" (which looks like G-XXXXXXXXXX). This ID is how Google Analytics identifies your website.
You now need to add the tracking code to your site. You have two main options for this:
Option A: Use Google Tag Manager (Recommended)
If you're already familiar with Google Tag Manager (GTM), this is the cleanest and most flexible method. You don't have to touch your website code directly.
- In Google Tag Manager, create a new tag.
- Choose the "Google Analytics: GA4 Configuration" tag type.
- Paste your "Measurement ID" (
G-XXXXXXXXXX) into the corresponding field. - Set the trigger to "All Pages" so the tag fires on every page of your site.
- Save and publish your changes in GTM.
Option B: Manually Install the Code on Your Website
If you're not using GTM, you can add the code directly to your site. In GA4, under "Install manually," you'll find a JavaScript snippet called the "Global Site Tag" (gtag.js).
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [],
function gtag(){dataLayer.push(arguments),}
gtag('js', new Date()),
gtag('config', 'G-XXXXXXXXXX'),
</script>You need to copy this entire snippet and paste it into the <head> section of your website's HTML on every page. Here’s how to do that on popular platforms:
- WordPress: The easiest way is to use a plugin. The official "Site Kit by Google" plugin handles the whole process for you. Alternatively, many SEO or theme settings panels have a dedicated field for "header scripts" where you can paste the code.
- Shopify: Go to "Online Store" > "Preferences." Look for the "Google Analytics" section and paste your Global Site Tag snippet there.
- Squarespace: Go to "Settings" > "Advanced" > "Code Injection." Paste the full tag into the "Header" box.
Verify That Your Tracking is Working
Once the tracking code is installed, you need to make sure it's working properly. This is easy to do and provides instant confirmation.
- In a new browser tab, open your website. Click on a few pages.
- Go back to your Google Analytics account.
- In the left-hand navigation, go to Reports > Realtime.
You should see at least "1" in the "Users in last 30 minutes" card. If you do, congratulations! Google Analytics is successfully collecting data from your website.
Next Steps: Initial Configurations for Better SEO Insights
Setting up tracking is just the beginning. To get the most out of GA4 for SEO, take these three important next steps.
1. Link to Google Search Console
This is non-negotiable for anyone serious about SEO. Google Search Console (GSC) gives you data on how your site performs in Google search results, including which keywords people are using to find you. Linking GSC to GA4 pulls this valuable search query data directly into your Analytics reports.
In GA4, go to Admin > Product Links > Search Console Links to connect your accounts.
2. Filter Your Own Traffic
Your team's visits to your own website can skew your data. You should filter out this "internal" traffic to get a clean view of your actual customer behavior. In GA4, go to Admin > Data Streams > [your web stream] > Configure tag settings > Define internal traffic. Here, you can define your office's IP address (a quick "what is my IP address" search on Google will find it for you) to exclude those visits from your reports.
3. Set Up Key Conversions
A "conversion" is any meaningful action a user takes on your site. For a London-based service business, this might be submitting a contact form. For a retail shop, it could be clicking the "Get Directions" button to your brick-and-mortar store.
By default, GA4 tracks some events automatically. You can tell Analytics which of these are most important by marking them as conversions. Navigate to Admin > Events, find an important action (like 'form_start' or a thank you page view), and toggle the "Mark as conversion" switch.
Final Thoughts
You’ve successfully registered for Google Analytics, configured it with London-specific settings, and connected it to your website. You now have a powerful tool that collects invaluable data on how users find and interact with your business online, giving you the insights needed to make smarter marketing and SEO decisions.
Getting insights out of this data is the next challenge. At Graphed, we make this simple. By securely connecting your new Google Analytics account, you can use plain language to build dashboards and get answers instantly. Instead of navigating complex GA4 reports, you can just ask, "Show me my top landing pages from organic search in London this month," and get a clear, live report in seconds, helping you move from data collection to action faster.
Related Articles
What SEO Tools Work with Google Analytics?
Discover which SEO tools integrate seamlessly with Google Analytics to provide a comprehensive view of your site's performance. Optimize your SEO strategy now!
Looker Studio vs Metabase: Which BI Tool Actually Fits Your Team?
Looker Studio and Metabase both help you turn raw data into dashboards, but they take completely different approaches. This guide breaks down where each tool fits, what they are good at, and which one matches your actual workflow.
How to Create a Photo Album in Meta Business Suite
How to create a photo album in Meta Business Suite — step-by-step guide to organizing Facebook and Instagram photos into albums for your business page.