Plugin Directory

Changeset 2923934


Ignore:
Timestamp:
06/09/2023 12:59:02 PM (3 years ago)
Author:
Obadiah
Message:

Version 1.2

Location:
integrate-ga4-google-analytics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • integrate-ga4-google-analytics/trunk/integrate-ga4-google-analytics.php

    r2901007 r2923934  
    33Plugin Name: Integrate GA4 Google Analytics
    44Plugin URI: http://middleearmedia.com
    5 Description: A simple plugin to integrate Google Analytics GA4 tracking into your WordPress site.
     5Description: A simple, lightweight plugin to easily integrate Google Analytics GA4 tracking into your WordPress site.
    66Author: Obadiah Metivier
    77Author URI: http://middleearmedia.com/
    8 Version: 1.1
     8Version: 1.2
    99 */
    1010
     
    7474      <?php submit_button( 'Save Changes' ); ?>
    7575    </form>
     76    <hr>
     77    <h3>How to find your Google Analytics GA4 Measurement ID</h3>
     78    <p>Your Google Analytics GA4 Measurement ID can be found by logging into your Google account.</p>
     79    <ol>
     80         <li>Go to Admin Panel in Google Analytics 4.</li>
     81         <li>Select the property that you want to get the Measurement ID for.</li>
     82         <li>Click on "Data Stream", then click on the Data Stream name.</li>
     83         <li>On the next screen, in the top right corner, you will find the Measurement ID that starts with G-</li>
     84    </ol>
     85
     86
     87
    7688  </div>
    7789  <?php
  • integrate-ga4-google-analytics/trunk/readme.txt

    r2901007 r2923934  
    22Contributors: Obadiah
    33Donate link: http://middleearmedia.com/
    4 Tags: admin, analytics, tracking, google, google analytics, GA, GA4, middle ear media, obadiah, integrate ga4 google analytics
     4Tags: analytics, ga, google, google analytics, google analytics plugin, tracking, ga4, middle ear media, obadiah, integrate ga4 google analytics
    55Tested up to: 6.2
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 A simple plugin to integrate Google Analytics GA4 tracking into your WordPress site.
     10A simple, lightweight plugin to easily integrate Google Analytics GA4 tracking into your WordPress site.
    1111
    1212== Description ==
    1313
    14 The "Integrate GA4 Google Analytics" plugin is a lightweight and fast plugin that enables Google Analytics tracking for your WordPress site. It supports Google Analytics 4, and allows you to easily integrate the latest Google Analytics code into your site.
     14The "Integrate GA4 Google Analytics" plugin is a simple, lightweight, and fast plugin that enables Google Analytics tracking for your WordPress site. It supports Google Analytics 4, and allows you to easily integrate the latest Google Analytics code into your site properly.
    1515
    1616## Simple to Use
    17 To use the plugin, first, visit the plugin settings and enter your GA4 ID. Press the "Save Changes" button. Once the GA4 ID is entered, the plugin will insert the appropriate script into your site, allowing Google Analytics to access user activity on the site. It's important to note that it can take 24-48 hours after adding your GA4 ID before any analytical data appears in your Google Analytics account.
     17To use the plugin, simply enter your GA4 Measurement ID into the plugin settings page. Press the "Save Changes" button. Once the GA4 Measurement ID is entered, the plugin will insert the appropriate script into your site, allowing Google Analytics to access user activity on the site. It's important to note that it can take up to 24-48 hours after adding your GA4 ID before any analytical data appears in your Google Analytics account.
    1818
    1919== Installation ==
    2020
    21 ## Installation from within WordPress
     21## Automatic Installation
     22* Login to your WordPress Dashboard.
    2223* Visit Plugins > Add New.
    2324* Search for Integrate GA4 Google Analytics.
     
    2930* Activate the Integrate GA4 Google Analytics plugin.
    3031
     32## Other Projects
     33* I have other plugins that might interest you.
     34
     35[Super Custom Login](https://wordpress.org/plugins/super-custom-login/)
     36
     37The Super Custom Login plugin offers customization options for the WordPress login screen, including the ability to replace the default WordPress logo with a custom logo that links to the user’s homepage. There are custom color settings for all elements on login page. Additionally, the plugin improves login security by removing error messages upon failed login attempts.
     38
    3139== Screenshots ==
    3240
    33 1. Enter your Google Analytics GA4 ID on the Settings page
     411. Enter your Google Analytics GA4 Measurement ID on the Settings page
    3442
    3543== Changelog ==
     44
     45= 1.2 =
     46* Update tags and description in readme file. 06/09/2023
     47* Update plugin short description. 06/09/2023
     48* Add instructions on how to find GA4 Measurement ID. 06/09/2023
    3649
    3750= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.