Changeset 3375249
- Timestamp:
- 10/08/2025 04:59:10 PM (6 months ago)
- Location:
- awin-advertiser-tracking/trunk
- Files:
-
- 2 edited
-
awin-advertiser-tracking.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awin-advertiser-tracking/trunk/awin-advertiser-tracking.php
r3374993 r3375249 5 5 * Plugin URI: https://wordpress.org/plugins/awin-advertiser-tracking 6 6 * Description: The Awin Advertiser Tracking plugin allows for seamless integration of our core Advertiser Tracking Suite within WooCommerce. 7 * Version: 2.0. 37 * Version: 2.0.4 8 8 * Author: awinglobal 9 9 * Author URI: https://profiles.wordpress.org/awinglobal/ … … 15 15 */ 16 16 17 define('AWIN_ADVERTISER_TRACKING_VERSION', '2.0. 3');17 define('AWIN_ADVERTISER_TRACKING_VERSION', '2.0.4'); 18 18 define('AWIN_SLUG', 'awin_advertiser_tracking'); 19 19 define('AWIN_TEXT_DOMAIN', 'awin-advertiser-tracking'); … … 109 109 add_settings_field( 110 110 'awin_xtype', 111 __(' X-Type Parameter', AWIN_TEXT_DOMAIN),111 __('Custom parameter (Optional, Applies to All Transactions)', AWIN_TEXT_DOMAIN), 112 112 'awin_xtype_render', 113 113 'awin-plugin-page', … … 159 159 value="<?php echo esc_attr($xtype); ?>" 160 160 class="regular-text" 161 placeholder="Enter X-Type value"> 162 <p class="description">Optional: Enter the X-Type parameter value to be sent in tracking requests.</p> 161 placeholder="e.g., store-region, brand-name"> 162 <p class="description"> 163 Pass a fixed tracking value with every transaction processed through your WooCommerce store.<br><br> 164 This optional field allows you to send a consistent identifier with every tracked sale. This is useful for distinguishing transactions by store region, brand, or other business-specific grouping. The value entered here will be included in all transactions and available in Awin reports. 165 </p> 163 166 <?php 164 167 } -
awin-advertiser-tracking/trunk/readme.txt
r3374993 r3375249 9 9 Requires at least: 3.5 10 10 Tested up to: 6.8.2 11 Stable tag: 2.0. 312 Version: 2.0. 311 Stable tag: 2.0.4 12 Version: 2.0.4 13 13 Requires PHP: 7.3 14 14 … … 51 51 == Changelog == 52 52 53 = 2.0.4 = 54 * Enhanced UI text with more detailed explanations and examples 55 53 56 = 2.0.3 = 54 * Added support for configurabl e X-Typecustom parameter (p6)55 * New admin setting field to configure X-Typevalue56 * X-Typeparameter sent in Master Tag, conversion pixel, and server-to-server tracking57 * Added support for configurabl custom parameter (p6) 58 * New admin setting field to configure custom parameter value 59 * Custom parameter sent in Master Tag, conversion pixel, and server-to-server tracking 57 60 * Optional parameter - backward compatible with existing installations 58 61 * Follows Awin Custom Parameters specification
Note: See TracChangeset
for help on using the changeset viewer.