Changeset 3023426
- Timestamp:
- 01/18/2024 10:43:52 AM (2 years ago)
- Location:
- eduadmin-analytics
- Files:
-
- 5 added
- 3 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/class (added)
-
tags/1.1.2/class/class-edu-google.php (added)
-
tags/1.1.2/eduadmin-analytics.php (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/class/class-edu-google.php (modified) (7 diffs)
-
trunk/eduadmin-analytics.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eduadmin-analytics/trunk/class/class-edu-google.php
r3016457 r3023426 79 79 if ( count( $gtag_items ) > 0 ) { 80 80 ?> 81 <script type="text/javascript">if ( gtag) {81 <script type="text/javascript">if (typeof gtag != 'undefined') { 82 82 gtag('event', 'view_item_list', { 83 83 'item_list_id': 'course_list', … … 114 114 if ( count( $gtag_items ) > 0 ) { 115 115 ?> 116 <script type="text/javascript">if ( gtag) {116 <script type="text/javascript">if (typeof gtag != 'undefined') { 117 117 gtag('event', 'view_item_list', { 118 118 'item_list_id': 'event_list', … … 150 150 if ( count( $gtag_items ) > 0 ) { 151 151 ?> 152 <script type="text/javascript">if ( gtag) {152 <script type="text/javascript">if (typeof gtag != 'undefined') { 153 153 gtag('event', 'view_item', { 154 154 'currency': '<?php echo esc_js( $currency ); ?>', … … 181 181 if ( count( $gtag_items ) > 0 ) { 182 182 ?> 183 <script type="text/javascript">if ( gtag) {183 <script type="text/javascript">if (typeof gtag != 'undefined') { 184 184 gtag('event', 'view_item', { 185 185 'currency': '<?php echo esc_js( $currency ); ?>', … … 216 216 if ( count( $gtag_items ) > 0 ) { 217 217 ?> 218 <script type="text/javascript">if ( gtag) {218 <script type="text/javascript">if (typeof gtag != 'undefined') { 219 219 gtag('event', 'begin_checkout', { 220 220 'currency': '<?php echo esc_js( $currency ); ?>', … … 247 247 if ( count( $gtag_items ) > 0 ) { 248 248 ?> 249 <script type="text/javascript">if ( gtag) {249 <script type="text/javascript">if (typeof gtag != 'undefined') { 250 250 gtag('event', 'begin_checkout', { 251 251 'currency': '<?php echo esc_js( $currency ); ?>', … … 287 287 if ( count( $order_rows ) > 0 ) { 288 288 ?> 289 <script type="text/javascript">if ( gtag) {289 <script type="text/javascript">if (typeof gtag != 'undefined') { 290 290 gtag('event', 'purchase', { 291 291 'transaction_id': '<?php echo esc_js( $transaction_id ); ?>', -
eduadmin-analytics/trunk/eduadmin-analytics.php
r3016457 r3023426 7 7 * Description: This plugin adds support for Google Analytics / Tag Manager to your EduAdmin plugin (WordPress only, not the course portal). 8 8 * Tags: booking, participants, courses, events, eduadmin, lega online, google, analytics, tag manager 9 * Version: 1.1. 19 * Version: 1.1.2 10 10 * GitHub Plugin URI: multinetinteractive/eduadmin-google 11 11 * GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-google -
eduadmin-analytics/trunk/readme.txt
r3016457 r3023426 4 4 Requires at least: 5.8 5 5 Tested up to: 6.4 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 7.0 8 8 License: GPL3
Note: See TracChangeset
for help on using the changeset viewer.