import MeasurementIdScreenshot from '../../assets/images/help-measurement-id.png'; const MeasurementIdHelp = () => { return (
Measurement Id
The GA4 Measurement ID is a special code that helps Goal Tracker for Google Analytics plugin connect your WordPress website to Google Analytics 4. This code allows you to collect important information about how people interact with your website. The Measurement ID is a short code that begins with "G-" and is followed by a mix of numbers and letters. To find your GA4 Measurement ID, follow these steps:
  1. Sign in to your Google Analytics account
  2. Locate the "Admin" button at the bottom left corner and click on it
  3. Choose the appropriate account and property
  4. Click on "Data Streams" in the "Property" column
  5. Select the data stream labeled "Web"
  6. Find your Measurement ID at the top of the opened page
  7. Copy the code and paste it into the Goal Tracker for Google Analytics plugin settings on your WordPress site
); }; export default MeasurementIdHelp;