Changeset 3307446
- Timestamp:
- 06/06/2025 09:49:40 AM (9 months ago)
- Location:
- metrion
- Files:
-
- 53 added
- 4 edited
-
tags/1.5.1 (added)
-
tags/1.5.1/assets (added)
-
tags/1.5.1/assets/icon-128x128.png (added)
-
tags/1.5.1/assets/icon-256x256.png (added)
-
tags/1.5.1/css (added)
-
tags/1.5.1/css/settings.css (added)
-
tags/1.5.1/includes (added)
-
tags/1.5.1/includes/api_endpoints.php (added)
-
tags/1.5.1/includes/event_capture.php (added)
-
tags/1.5.1/includes/initial.php (added)
-
tags/1.5.1/includes/js_bundler.php (added)
-
tags/1.5.1/js (added)
-
tags/1.5.1/js/bundles (added)
-
tags/1.5.1/js/cmp (added)
-
tags/1.5.1/js/cmp/cmplz (added)
-
tags/1.5.1/js/cmp/cmplz/logic.js (added)
-
tags/1.5.1/js/cmp/cookiebot (added)
-
tags/1.5.1/js/cmp/cookiebot/logic.js (added)
-
tags/1.5.1/js/cmp/cookiefirst (added)
-
tags/1.5.1/js/cmp/cookiefirst/logic.js (added)
-
tags/1.5.1/js/cmp/cookieyes (added)
-
tags/1.5.1/js/cmp/cookieyes/logic.js (added)
-
tags/1.5.1/js/cmp/moove_gdpr (added)
-
tags/1.5.1/js/cmp/moove_gdpr/logic.js (added)
-
tags/1.5.1/js/cmp/none (added)
-
tags/1.5.1/js/cmp/none/logic.js (added)
-
tags/1.5.1/js/cmp/onetrust (added)
-
tags/1.5.1/js/cmp/onetrust/logic.js (added)
-
tags/1.5.1/js/core (added)
-
tags/1.5.1/js/core/events.js (added)
-
tags/1.5.1/js/core/initialisation_sequence.js (added)
-
tags/1.5.1/js/detect (added)
-
tags/1.5.1/js/detect/detect.js (added)
-
tags/1.5.1/js/elementor (added)
-
tags/1.5.1/js/elementor/form_events.js (added)
-
tags/1.5.1/js/google_ads (added)
-
tags/1.5.1/js/google_ads/consent_mode.js (added)
-
tags/1.5.1/js/google_ads/events.js (added)
-
tags/1.5.1/js/meta (added)
-
tags/1.5.1/js/meta/events.js (added)
-
tags/1.5.1/js/microsoft_ads (added)
-
tags/1.5.1/js/microsoft_ads/consent_mode.js (added)
-
tags/1.5.1/js/microsoft_ads/events.js (added)
-
tags/1.5.1/js/settings (added)
-
tags/1.5.1/js/settings/settings.js (added)
-
tags/1.5.1/js/woo (added)
-
tags/1.5.1/js/woo/other_events.js (added)
-
tags/1.5.1/js/woo/purchase_event.js (added)
-
tags/1.5.1/main.php (added)
-
tags/1.5.1/readme.txt (added)
-
tags/1.5.1/uninstall.php (added)
-
tags/1.5.1/views (added)
-
tags/1.5.1/views/settings.php (added)
-
trunk/js/core/events.js (modified) (1 diff)
-
trunk/js/google_ads/events.js (modified) (2 diffs)
-
trunk/main.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metrion/trunk/js/core/events.js
r3300778 r3307446 553 553 // Payment session exclusions 554 554 var payment_referrer_exclusions = [ 555 "anbamro.nl", "asnbank.nl", "pay.mollie.nl", "mollie.com", " paypal.com",555 "anbamro.nl", "asnbank.nl", "pay.mollie.nl", "mollie.com", "ecommerce-gateway.mollie.com" ,"paypal.com", 556 556 "klarna.com", "girogate.be", "snsbank.nl", "rabobank.nl", "knab.nl", 557 557 "bunq.com", ".ing.nl", "regiobank.nl", "triodos.nl", "vanlanschot.nl", -
metrion/trunk/js/google_ads/events.js
r3290502 r3307446 48 48 gtag_script.onload = function() { 49 49 window.dataLayer = window.dataLayer || []; 50 function gtag(){dataLayer.push(arguments);}51 gtag('js', new Date());52 gtag('config', (window.metrion_api.google_ads_tag_id));50 window.gtag = function(){dataLayer.push(arguments);} 51 window.gtag('js', new Date()); 52 window.gtag('config', (window.metrion_api.google_ads_tag_id)); 53 53 start_google_ads_event_handling(); 54 54 } … … 163 163 'google_business_vertical': 'retail' 164 164 }); 165 collective_value = parseFloat(collective_value) + (parseFloat(event_data.event_body.items[google_ads_item_i].price) * parseInt(event_data.event_body.items[google_ads_item_i].quantity));165 collective_value = parseFloat(collective_value) + (parseFloat(event_data.event_body.items[google_ads_item_i].price)); 166 166 } 167 167 } -
metrion/trunk/main.php
r3306539 r3307446 3 3 * Plugin Name: Metrion 4 4 * Description: Skip manual implementation, sync data directly tailored to destinations like Google Ads and Meta Ads. 5 * Version: 1.5. 05 * Version: 1.5.1 6 6 * Author: Metrion 7 7 * Author URI: https://getmetrion.com … … 12 12 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 13 13 14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.5. 0');14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.5.1'); 15 15 16 16 // Register plugin settings for webhook URL, API path, debug mode, cookie name, and expiration time … … 263 263 //if (isset($_GET['page']) && $_GET['page'] === 'metrion-settings' || (isset($_POST['option_page']) && $_POST['option_page'] === 'metrion_options_group')) { 264 264 require_once plugin_dir_path(__FILE__) . 'includes/js_bundler.php'; 265 265 266 266 add_action('updated_option', 'metrion_regenerate_bundles_on_settings_change', 10, 3); 267 267 -
metrion/trunk/readme.txt
r3306539 r3307446 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 1.5. 06 Stable tag: 1.5.1 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later … … 87 87 == Changelog == 88 88 89 = 1.5.1 = 90 - Updated Google Ads website conversion tag handling 91 89 92 = 1.5.0 = 90 93 - Added support for all the Cookiebot CMP versions
Note: See TracChangeset
for help on using the changeset viewer.