| @@ -1,44 +1,282 @@ | ||
| 1 | -=== Visual Web Optimizer === | |
| 2 | -Contributors: @commentluv | |
| 3 | -Donate link:http://comluv.com/about/donate | |
| 4 | -Tags: split testing, analytics, stats, visual web optimizer | |
| 5 | -Requires at least: 2.7 | |
| 6 | -Tested up to: 2.9.2 | |
| 7 | -Stable tag: 1.0 | |
| 8 | - | |
| 9 | -World's easiest to use A/B, Split and Multivariate testing tool. | |
| 10 | - | |
| 11 | -== Description == | |
| 12 | - | |
| 13 | -This plugin will allow you to automatically insert the script required to test your site using the Visual Web Optimizer code. Just enter your ID from here http://visualwebsiteoptimizer.com/ to the settings page. | |
| 14 | -== Installation == | |
| 15 | - | |
| 16 | -Wordpress : Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. | |
| 17 | - | |
| 18 | -WordpressMu : Same as above | |
| 19 | - | |
| 20 | -== Frequently Asked Questions == | |
| 21 | - | |
| 22 | -= I can't see any code added to my header or footer when I view my page source = | |
| 23 | - | |
| 24 | -Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>` | |
| 25 | - | |
| 26 | -== Screenshots == | |
| 27 | -1. settings page | |
| 28 | - | |
| 29 | -== ChangeLog == | |
| 30 | - | |
| 31 | -= 1.0 = | |
| 32 | -* First Version | |
| 33 | - | |
| 34 | -== Configuration == | |
| 35 | - | |
| 36 | -Enter your ID in the field marked 'YOUR VWO ACCOUNT ID' | |
| 37 | - | |
| 38 | -== Adding to your template == | |
| 39 | - | |
| 40 | -header code : | |
| 41 | -`<?php wp_head();?>` | |
| 42 | - | |
| 43 | -footer code : | |
| 44 | -`<?php wp_footer();?>` | |
| 1 | +=== Wingify === | |
| 2 | +Contributors: vwointegrations | |
| 3 | +Plugin Name: Wingify | |
| 4 | +Plugin URI: https://wingify.com/ | |
| 5 | +Tags: vwo, wingify, a/b testing, woocommerce tracking, split testing | |
| 6 | +Requires at least: 2.7 | |
| 7 | +Tested up to: 7.0 | |
| 8 | +Stable tag: 4.16 | |
| 9 | +License: GPLv2 or later | |
| 10 | +License URI: https://www.gnu.org/licenses/gpl-2.0.html | |
| 11 | + | |
| 12 | +Wingify (formerly VWO & AB Tasty) is the all-in-one platform for visitor research, optimization, and experimentation. | |
| 13 | + | |
| 14 | +== Description == | |
| 15 | + | |
| 16 | +Wingify (formerly VWO & AB Tasty) is the all-in-one platform that helps you conduct visitor research, build an optimization roadmap, and run continuous experimentation. | |
| 17 | + | |
| 18 | +This plugin simplifies the process of adding the Wingify SmartCode to your WordPress site and enables automatic tracking of WooCommerce events like product views, add-to-cart actions, and completed purchases. It also offers optional server-side tracking to bypass client-side blockers and improve event reliability. | |
| 19 | + | |
| 20 | +=== Key Features === | |
| 21 | +* Easy Wingify SmartCode integration | |
| 22 | +* Automatic WooCommerce event tracking | |
| 23 | +* Event-level data passed to Wingify for advanced reporting | |
| 24 | +* Support for asynchronous and synchronous SmartCode types | |
| 25 | +* Optional server-side tracking for more accurate analytics | |
| 26 | +* Works seamlessly with WooCommerce | |
| 27 | + | |
| 28 | +== Installation == | |
| 29 | + | |
| 30 | +1. Log in to your WordPress dashboard. | |
| 31 | +2. Navigate to Plugins > Add New. | |
| 32 | +3. Click "Upload Plugin" and select the plugin ZIP file. | |
| 33 | +4. Click "Install Now", then "Activate". | |
| 34 | +5. Go to **Settings > Wingify** to configure your plugin. | |
| 35 | + | |
| 36 | +== Frequently Asked Questions == | |
| 37 | + | |
| 38 | += What is my Wingify Account ID? = | |
| 39 | +You can find your Wingify Account ID in your Wingify dashboard under Account Settings. | |
| 40 | + | |
| 41 | += Does this plugin support server-side tracking? = | |
| 42 | +Yes, server-side tracking is available and can be enabled in the WooCommerce tab of the plugin settings. | |
| 43 | + | |
| 44 | += What WooCommerce events are tracked automatically? = | |
| 45 | +- Product Viewed | |
| 46 | +- Add to Cart | |
| 47 | +- Remove from Cart | |
| 48 | +- Purchase (Order Completed) | |
| 49 | + | |
| 50 | +== Frequently Asked Questions == | |
| 51 | += I can't see any code added to my header or footer when I view my page source = | |
| 52 | +Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>` | |
| 53 | + | |
| 54 | += If I use this plugin, do I need to enter any other code on my website? = | |
| 55 | +No, this plugin is sufficient by itself | |
| 56 | + | |
| 57 | +== Screenshots == | |
| 58 | +1. General Settings | |
| 59 | +2. Advanced Settings | |
| 60 | +3. WooCommerce Settings | |
| 61 | + | |
| 62 | +== Configuration and Setup == | |
| 63 | + | |
| 64 | +=== Configuring General Settings === | |
| 65 | +1. Go to **Settings > Wingify**. | |
| 66 | +2. Enter your Wingify Account ID. | |
| 67 | +3. Choose your preferred code type: | |
| 68 | + - **Asynchronous (Recommended)**: Loads faster, doesn't block elements. | |
| 69 | + - **Synchronous**: Not recommended for performance reasons. | |
| 70 | +4. Click **Save Changes**. | |
| 71 | + | |
| 72 | +=== Configuring WooCommerce Settings === | |
| 73 | +1. Open the **WooCommerce** tab in the Wingify settings. | |
| 74 | +2. Enable WooCommerce Event Tracking. | |
| 75 | +3. Enable the specific events you want to track: | |
| 76 | + - Product Viewed | |
| 77 | + - Add to Cart | |
| 78 | + - Product Removed From Cart | |
| 79 | + - Purchase Order | |
| 80 | +4. Click **Save Changes**. | |
| 81 | + | |
| 82 | +=== Configuring Server-Side Tracking (Optional) === | |
| 83 | +1. Enable **Server-Side Tracking** from the WooCommerce tab. | |
| 84 | +2. Click **Save Changes**. | |
| 85 | + | |
| 86 | +=== Verifying Event Tracking in Wingify === | |
| 87 | +1. Log in to your Wingify account. | |
| 88 | +2. Go to **Data360 > Events**. | |
| 89 | +3. Perform sample actions on your WooCommerce store. | |
| 90 | +4. Check the events list in Data360. | |
| 91 | +5. Register any events listed under “Unregistered Events”. | |
| 92 | + | |
| 93 | +== WooCommerce Events Imported Into Wingify == | |
| 94 | + | |
| 95 | +=== Product Viewed === | |
| 96 | +- **Event API Name**: `woocommerce.productViewed` | |
| 97 | +- Payload: | |
| 98 | + - price, currency, productId, productTitle, productUrl, productCategory, productSku, quantity, variantId | |
| 99 | + | |
| 100 | +=== Add To Cart === | |
| 101 | +- **Event API Name**: `woocommerce.addToCart` | |
| 102 | +- Payload: | |
| 103 | + - price, currency, productId, productTitle, productUrl, productCategory, productSku, quantity, variantId | |
| 104 | + | |
| 105 | +=== Remove from Cart === | |
| 106 | +- **Event API Name**: `woocommerce.removeFromCart` | |
| 107 | +- Payload: | |
| 108 | + - price, currency, productId, productTitle, productUrl, productCategory, productSku, quantity, variantId | |
| 109 | + | |
| 110 | +=== Purchase === | |
| 111 | +- **Event API Name**: `woocommerce.purchase` | |
| 112 | +- Payload: | |
| 113 | + - orderId, productId, productSku, productPrice, productQuantity, discount, shippingPrice, totalTax, totalPrice, currencyCode | |
| 114 | + | |
| 115 | +== Upgrade Notice == | |
| 116 | += 4.16 = | |
| 117 | +Updates the Wingify plugin icon and WordPress.org listing. Your Account ID and SmartCode settings stay the same; no extra setup is required. | |
| 118 | + | |
| 119 | += 4.15 = | |
| 120 | +Plugin display name, settings labels, and help links now use Wingify (formerly VWO). Existing Account ID settings are unchanged. | |
| 121 | + | |
| 122 | += 4.14 = | |
| 123 | +* Added support for Wingify SmartCode detection and script delivery for relevant accounts. Users with Wingify accounts will now get the optimized SmartCode automatically. | |
| 124 | + | |
| 125 | += 4.13 = | |
| 126 | +Version Upgrade | |
| 127 | + | |
| 128 | += 4.12 = | |
| 129 | +Fixed the synchronous script tag attribute to support the preview debugger. | |
| 130 | + | |
| 131 | += 4.11 = | |
| 132 | +Fixed the synchronous script tag attribute to support the preview debugger. | |
| 133 | + | |
| 134 | += 4.10 = | |
| 135 | +VWO scripts are now always excluded from Jetpack Boost’s script deferral. | |
| 136 | + | |
| 137 | += 4.9 = | |
| 138 | +VWO SmartCode 2.2 updated with improved performance and reliability. | |
| 139 | + | |
| 140 | += 4.8 = | |
| 141 | +Major update: New settings UI, WooCommerce support added, and multiple bug fixes. Upgrade recommended for improved tracking and compatibility. | |
| 142 | + | |
| 143 | +== Changelog == | |
| 144 | += 4.16 = | |
| 145 | +* Updated plugin icon and listing copy. | |
| 146 | + | |
| 147 | += 4.15 = | |
| 148 | +* Updated plugin branding to Wingify. | |
| 149 | + | |
| 150 | += 4.14 = | |
| 151 | +* Added support for Wingify SmartCode detection and script delivery for relevant accounts. Users with Wingify accounts will now get the optimized SmartCode automatically. | |
| 152 | + | |
| 153 | += 4.13 = | |
| 154 | +* Version upgrade | |
| 155 | + | |
| 156 | += 4.12 = | |
| 157 | +* Fixed the synchronous script tag attribute to support the preview debugger. | |
| 158 | + | |
| 159 | += 4.11 = | |
| 160 | +* Fixed the synchronous script tag attribute to support the preview debugger. | |
| 161 | + | |
| 162 | += 4.10 = | |
| 163 | +* VWO scripts are now always excluded from Jetpack Boost’s script deferral. | |
| 164 | + | |
| 165 | += 4.9 = | |
| 166 | +* VWO SmartCode 2.2 updated | |
| 167 | +* Improved SmartCode performance and reliability | |
| 168 | + | |
| 169 | += 4.8 = | |
| 170 | +Major update: New settings UI, WooCommerce support added, and multiple bug fixes. Upgrade recommended for improved tracking and compatibility. | |
| 171 | + | |
| 172 | += 4.7 = | |
| 173 | +* Minor bug fix | |
| 174 | + | |
| 175 | += 4.6 = | |
| 176 | +* Revamped plugin settings UI for improved usability. | |
| 177 | +* Added support for WooCommerce event tracking (Product Viewed, Add to Cart, Purchase, etc.). | |
| 178 | +* Optional server-side tracking for WooCommerce events added. | |
| 179 | +* Multiple bug fixes and performance improvements. | |
| 180 | + | |
| 181 | += 4.5 = | |
| 182 | +* Tested with latest version | |
| 183 | +* VWO SmartCode 2.1 updated | |
| 184 | + | |
| 185 | += 4.4 = | |
| 186 | +* Tested with latest version | |
| 187 | +* Minor bug fix | |
| 188 | + | |
| 189 | += 4.3 = | |
| 190 | +* Minor bug fix | |
| 191 | + | |
| 192 | += 4.2 = | |
| 193 | +* Tested with latest version | |
| 194 | +* VWO SmartCode 2.1 updated | |
| 195 | + | |
| 196 | += 4.1 = | |
| 197 | +* Tested with latest version | |
| 198 | +* PHPCS Errors resolved | |
| 199 | +* WP Rocket support added | |
| 200 | + | |
| 201 | += 4.0 = | |
| 202 | +* Tested with latest version | |
| 203 | +* VWO SmartCode updated | |
| 204 | + | |
| 205 | += 3.9 = | |
| 206 | +* Tested with latest version | |
| 207 | +* Code improvement and add Rocket loader handling | |
| 208 | + | |
| 209 | += 3.8 = | |
| 210 | +* Tested with latest version | |
| 211 | +* Fix WP Rocket Issue | |
| 212 | + | |
| 213 | += 3.7 = | |
| 214 | +* Tested with latest version | |
| 215 | +* Fix Divi Frontend Editor Issue | |
| 216 | + | |
| 217 | += 3.6 = | |
| 218 | +* Tested with latest version | |
| 219 | + | |
| 220 | += 3.5 = | |
| 221 | +* Tested with latest version | |
| 222 | +* Rename label "Handle Rocket Loader Issue" to "Skip Deferred Execution" | |
| 223 | +* Set field default value of "Skip Deferred Execution" to "yes" | |
| 224 | + | |
| 225 | += 3.4 = | |
| 226 | +* Tested with latest version | |
| 227 | +* Code improvement and add Rocket loader handling | |
| 228 | + | |
| 229 | += 3.3 = | |
| 230 | +* Tested with latest version | |
| 231 | +* Add new options in settings | |
| 232 | + | |
| 233 | += 3.2 = | |
| 234 | +* Tested with latest version | |
| 235 | + | |
| 236 | += 3.1 = | |
| 237 | +* Add Setting link in plugin listing page | |
| 238 | + | |
| 239 | += 3.0 = | |
| 240 | +* Update Logo and links | |
| 241 | + | |
| 242 | += 2.9 = | |
| 243 | +* Tested with latest version | |
| 244 | + | |
| 245 | += 2.8 = | |
| 246 | +* Tested with latest version | |
| 247 | + | |
| 248 | += 2.7 = | |
| 249 | +* Update Plugin Name, Author and Description | |
| 250 | + | |
| 251 | += 2.6 = | |
| 252 | +* Remove Conflict Errors | |
| 253 | + | |
| 254 | += 2.5 = | |
| 255 | +* Update tested upto version | |
| 256 | + | |
| 257 | += 2.4 = | |
| 258 | +* Update links | |
| 259 | + | |
| 260 | += 2.3 = | |
| 261 | +* Minor bug fix | |
| 262 | + | |
| 263 | += 2.2 = | |
| 264 | +* Bug fix to have default tolerance values when plugin is updated | |
| 265 | + | |
| 266 | += 2.1 = | |
| 267 | +* Better documentation | |
| 268 | + | |
| 269 | += 2.0 = | |
| 270 | +* Option to choose between asynchronous or synchronous code | |
| 271 | +* Updated code snippet | |
| 272 | +* Faster website loading | |
| 273 | + | |
| 274 | += 1.3 = | |
| 275 | +* code snippet updated | |
| 276 | + | |
| 277 | += 1.0.1 = | |
| 278 | +* use Website instead of Web in name of functions and readme (branding) | |
| 279 | + | |
| 280 | += 1.0 = | |
| 281 | +* First Version | |
| 282 | + | |