Website Tracking & Security Integrations

Learn how to connect essential website tools like Google Analytics, Google Tag Manager, and Google reCAPTCHA. This guide helps you set up visitor tracking and protect your forms from spam bots.

Analytics Tracking Google Analytics
Last Updated: March 31, 2026
Block Image

Part 1: Google Analytics

How to Setup Analytics & Tracking
    • What is it? A tool that tracks who visits your website and what they click on. It is essential for growing your business.
    • Do I need it? Yes. It is free and required to see your visitor data.
    • Which code do I use? Look at the code Google gave you:
      • New Version (GA4): If the ID starts with G- (e.g., G-XXXXXXXXXX).
      • Legacy Version: Only use this if you have had your account for many years and the ID starts with UA-.
    • How to get the code:
      • Log in to Google Analytics.
      • Click Admin (the gear icon) at the bottom left.
      • Click Data Streams > select your website.
      • Copy the Measurement ID (starts with G-).

    Part 2: Google Tag Manager

    How to Setup Tracking Codes
    • What is it ? A central dashboard that manages all your tracking codes (like Facebook Pixel or Analytics) in one place.
    • Do I need it ? Optional. If you are just starting out, you can skip this. You only need it if you plan to use many different marketing tools.
    • How to get the code:
      • Log in to Google Tag Manager.
      • Find your Container ID on the main dashboard (starts with GTM-).
    Block Image

    Part 3: Google reCAPTCHA

    How to Setup Spam Protection
    • What is it? A security check that stops spam bots from sending fake messages through your "Contact Us" forms.
    • Do I need it? Highly Recommended. Without it, your inbox will likely be filled with spam.
    • How to get the keys:
    1. Go to the Google reCAPTCHA Admin console.
    2. Register your website domain name.
    3. Google will give you two codes. You need both:
    • Site Key: This is the public key. Paste this into the "Site Key" box above.
    • Secret Key: This is the private key. Paste this into the "Secret Key" box above.
    Block Image

    Part 4: Google reCAPTCHA (Video tutorial)

    No valid video source provided.

    FAQ

    Explore Common Questions

    No. Google Analytics is the only one considered essential. Tag Manager is optional and only needed if you manage multiple marketing tools. reCAPTCHA is highly recommended but can be added later — though skipping it will likely result in spam flooding your contact forms.

    Use GA4 if your Measurement ID starts with G- — this is the current version. Only use the Legacy version (ID starting with UA-) if you've had your account for many years and need historical continuity. New setups should always use GA4.

    The Site Key is the public code embedded in your frontend form HTML — it renders the checkbox widget users see. The Secret Key is the private code placed on your backend server — it validates the user's response with Google's API. Both are required for the system to function.