Plugin Directory

Changeset 3312428


Ignore:
Timestamp:
06/16/2025 09:15:54 AM (9 months ago)
Author:
metriondev
Message:

Updated Meta Ads purchase deduplication ruling

Location:
metrion/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • metrion/trunk/js/meta/events.js

    r3296257 r3312428  
    6464        if(event_name === "page_view"){
    6565            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                               
    6768            },
    6869            {
     
    211212                },
    212213                {
    213                     eventID: event_data[window.metrion_api.event_id_name]
     214                    eventID: ("metrion-purchase-" + event_data.event_body.order_id),
    214215                });
    215216            }
  • metrion/trunk/main.php

    r3307446 r3312428  
    33* Plugin Name:          Metrion
    44* Description:          Skip manual implementation, sync data directly tailored to destinations like Google Ads and Meta Ads.
    5 * Version:              1.5.1
     5* Version:              1.5.2
    66* Author:               Metrion
    77* Author URI:           https://getmetrion.com
     
    1212if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1313
    14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.5.1');
     14define('GLOBAL_METRION_PLUGIN_VERSION', '1.5.2');
    1515
    1616// Register plugin settings for webhook URL, API path, debug mode, cookie name, and expiration time
  • metrion/trunk/readme.txt

    r3307446 r3312428  
    44Requires at least: 3.8
    55Tested up to: 6.8
    6 Stable tag: 1.5.1
     6Stable tag: 1.5.2
    77Requires PHP: 7.1
    88License: GPLv3 or later
     
    8787== Changelog ==
    8888
     89= 1.5.2 =
     90- Updated Meta Ads purchase deduplication ruling
     91
    8992= 1.5.1 =
    9093- Updated Google Ads website conversion tag handling
Note: See TracChangeset for help on using the changeset viewer.