Changeset 2522951
- Timestamp:
- 04/28/2021 07:46:34 PM (5 years ago)
- Location:
- metrics-query/trunk
- Files:
-
- 3 edited
-
admin/setup.php (modified) (1 diff)
-
gadwp.php (modified) (2 diffs)
-
readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metrics-query/trunk/admin/setup.php
r2248834 r2522951 40 40 if ( current_user_can( 'manage_options' ) ) { 41 41 include ( METRICS_QUERY_DIR . 'admin/settings.php' ); 42 add_menu_page( __( "Google Analytics", 'google-analytics-board' ), __( " Google Analytics", 'google-analytics-board' ), 'manage_options', 'gadwp_settings', array( 'GADWP_Settings', 'general_settings' ), version_compare( $wp_version, '3.8.0', '>=' ) ? 'dashicons-chart-area' : METRICS_QUERY_URL . 'admin/images/gadwp-icon.png' );42 add_menu_page( __( "Google Analytics", 'google-analytics-board' ), __( "Metrics Query", 'google-analytics-board' ), 'manage_options', 'gadwp_settings', array( 'GADWP_Settings', 'general_settings' ), version_compare( $wp_version, '3.8.0', '>=' ) ? 'dashicons-chart-area' : METRICS_QUERY_URL . 'admin/images/gadwp-icon.png' ); 43 43 add_submenu_page( 'gadwp_settings', __( "General Settings", 'google-analytics-board' ), __( "General Settings", 'google-analytics-board' ), 'manage_options', 'gadwp_settings', array( 'GADWP_Settings', 'general_settings' ) ); 44 44 add_submenu_page( 'gadwp_settings', __( "Backend Settings", 'google-analytics-board' ), __( "Backend Settings", 'google-analytics-board' ), 'manage_options', 'gadwp_backend_settings', array( 'GADWP_Settings', 'backend_settings' ) ); -
metrics-query/trunk/gadwp.php
r2248834 r2522951 4 4 * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website. 5 5 * Author: Yehuda Hassine 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author URI: https://wpplugins.net/metrics-query/ 8 8 * Text Domain: google-analytics-board … … 271 271 272 272 function mb_check_for_gadwp() { 273 if ( ! function_exists( 'is_plugin_active' ) ) { 274 require_once ABSPATH . '/wp-admin/includes/plugin.php'; 275 } 276 273 277 if ( is_plugin_active( 'google-analytics-dashboard-for-wp/gadwp.php' ) ) { 274 278 -
metrics-query/trunk/readme.txt
r2248834 r2522951 1 1 === Metrics Query === 2 2 Contributors: yehudah 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda @myinbox.in&item_name=Donation+for+metrics+query3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehudahas@gmail.com&item_name=Donation+for+metrics+query 4 4 Tags: gadwp,analytics,google analytics,google analytics dashboard,google analytics plugin,google analytics widget,gtag 5 5 Requires at least: 3.5 6 Tested up to: 5. 3.27 Stable tag: 1.0. 16 Tested up to: 5.7.1 7 Stable tag: 1.0.2 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 17 17 In addition to a set of general Google Analytics stats, in-depth Page reports and in-depth Post reports allow further segmentation of your analytics data, providing performance details for each post or page from your website. 18 18 19 The Google Analytics tracking code is fully customizable through options and hooks, allowing advanced data collection like custom dimensions and events. 19 The Google Analytics tracking code is fully customizable through options and hooks, allowing advanced data collection like custom dimensions and events. 20 20 21 21 = Credits = … … 27 27 Google Analytics reports, in real-time, in your dashboard screen: 28 28 29 - Real-time number of visitors 29 - Real-time number of visitors 30 30 - Real-time acquisition channels 31 - Real-time traffic sources details 31 - Real-time traffic sources details 32 32 33 33 = Google Analytics Reports = 34 34 35 The Google Analytics reports you need, on your dashboard, in your All Posts and All Pages screens, and on site's frontend: 35 The Google Analytics reports you need, on your dashboard, in your All Posts and All Pages screens, and on site's frontend: 36 36 37 37 - Sessions, organic searches, page views, bounce rate analytics stats … … 64 64 65 65 Google Analytics Dashboard for WP enables you to easily track events like: 66 66 67 67 - Downloads 68 - Emails 68 - Emails 69 69 - Outbound links 70 70 - Affiliate links … … 97 97 98 98 - Google Tag Manager basic tracking 99 - Google Analytics basic tracking 99 - Google Analytics basic tracking 100 100 - Automatically removes <em>amp/</em> from Google Analytics tracking page URL 101 101 - Scrolling depth tracking … … 125 125 6. Go to Google Analytics -> Tracking Code to configure/enable/disable tracking. 126 126 127 == Frequently Asked Questions == 127 == Frequently Asked Questions == 128 128 129 129 = Do I have to insert the Google Analytics tracking code manually? = … … 151 151 == Changelog == 152 152 153 = 1.0.2 = 154 Fix: Call to undefined function is_plugin_active() 155 Update: Menu Name 156 Update: Readme file 157 153 158 = 1.0.1 = 154 159 Change domain name
Note: See TracChangeset
for help on using the changeset viewer.