Changeset 2923934
- Timestamp:
- 06/09/2023 12:59:02 PM (3 years ago)
- Location:
- integrate-ga4-google-analytics/trunk
- Files:
-
- 2 edited
-
integrate-ga4-google-analytics.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integrate-ga4-google-analytics/trunk/integrate-ga4-google-analytics.php
r2901007 r2923934 3 3 Plugin Name: Integrate GA4 Google Analytics 4 4 Plugin URI: http://middleearmedia.com 5 Description: A simple plugin tointegrate Google Analytics GA4 tracking into your WordPress site.5 Description: A simple, lightweight plugin to easily integrate Google Analytics GA4 tracking into your WordPress site. 6 6 Author: Obadiah Metivier 7 7 Author URI: http://middleearmedia.com/ 8 Version: 1. 18 Version: 1.2 9 9 */ 10 10 … … 74 74 <?php submit_button( 'Save Changes' ); ?> 75 75 </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 76 88 </div> 77 89 <?php -
integrate-ga4-google-analytics/trunk/readme.txt
r2901007 r2923934 2 2 Contributors: Obadiah 3 3 Donate link: http://middleearmedia.com/ 4 Tags: a dmin, analytics, tracking, google, google analytics, GA, GA4, middle ear media, obadiah, integrate ga4 google analytics4 Tags: analytics, ga, google, google analytics, google analytics plugin, tracking, ga4, middle ear media, obadiah, integrate ga4 google analytics 5 5 Tested up to: 6.2 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A simple plugin tointegrate Google Analytics GA4 tracking into your WordPress site.10 A simple, lightweight plugin to easily integrate Google Analytics GA4 tracking into your WordPress site. 11 11 12 12 == Description == 13 13 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.14 The "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. 15 15 16 16 ## 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 take24-48 hours after adding your GA4 ID before any analytical data appears in your Google Analytics account.17 To 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. 18 18 19 19 == Installation == 20 20 21 ## Installation from within WordPress 21 ## Automatic Installation 22 * Login to your WordPress Dashboard. 22 23 * Visit Plugins > Add New. 23 24 * Search for Integrate GA4 Google Analytics. … … 29 30 * Activate the Integrate GA4 Google Analytics plugin. 30 31 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 37 The 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 users 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 31 39 == Screenshots == 32 40 33 1. Enter your Google Analytics GA4 ID on the Settings page41 1. Enter your Google Analytics GA4 Measurement ID on the Settings page 34 42 35 43 == 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 36 49 37 50 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.