Changeset 3312428
- Timestamp:
- 06/16/2025 09:15:54 AM (9 months ago)
- Location:
- metrion/trunk
- Files:
-
- 3 edited
-
js/meta/events.js (modified) (2 diffs)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metrion/trunk/js/meta/events.js
r3296257 r3312428 64 64 if(event_name === "page_view"){ 65 65 window.fbq('trackSingle', window.metrion_api.meta_pixel_id, "PageView", { 66 test_event_code: window.metrion_api.meta_test_event_code 66 test_event_code: window.metrion_api.meta_test_event_code, 67 67 68 }, 68 69 { … … 211 212 }, 212 213 { 213 eventID: event_data[window.metrion_api.event_id_name]214 eventID: ("metrion-purchase-" + event_data.event_body.order_id), 214 215 }); 215 216 } -
metrion/trunk/main.php
r3307446 r3312428 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. 15 * Version: 1.5.2 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. 1');14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.5.2'); 15 15 16 16 // Register plugin settings for webhook URL, API path, debug mode, cookie name, and expiration time -
metrion/trunk/readme.txt
r3307446 r3312428 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 1.5. 16 Stable tag: 1.5.2 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later … … 87 87 == Changelog == 88 88 89 = 1.5.2 = 90 - Updated Meta Ads purchase deduplication ruling 91 89 92 = 1.5.1 = 90 93 - Updated Google Ads website conversion tag handling
Note: See TracChangeset
for help on using the changeset viewer.