PluginProbe
Wingify / 4.16
Wingify v4.16
4.15 4.16 trunk 1.0 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 All 39 releases
← All changes | readme.txt +232 -28 2.74.16 View file →
@@ -1,24 +1,54 @@
1 -=== Visual Website Optimizer ===
2 -Contributors: VWO
3 -Plugin Name: VWO
4 -Plugin URI: https://vwo.com/
5 -Tags: split testing, analytics, stats, visual web optimizer, vwo, cro
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 6 Requires at least: 2.7
7 -Tested up to: 4.8
8 -Stable tag: 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
9 11
10 -VWO is the all-in-one platform that helps you conduct visitor research, build an optimization roadmap, and run continuous experimentation.
12 +Wingify (formerly VWO & AB Tasty) is the all-in-one platform for visitor research, optimization, and experimentation.
11 13
12 14 == Description ==
13 -This plugin will allow you to automatically insert the VWO tracking code. Just enter your VWO Account ID from http://app.vwo.com/#/settings
14 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 +
15 28 == Installation ==
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 29
18 -WordpressMu : Same as above
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.
19 35
20 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 ==
21 51 = I can't see any code added to my header or footer when I view my page source =
22 52 Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>`
23 53
24 54 = If I use this plugin, do I need to enter any other code on my website? =
@@ -24,16 +54,204 @@
24 54 = If I use this plugin, do I need to enter any other code on my website? =
25 55 No, this plugin is sufficient by itself
26 56
27 57 == Screenshots ==
28 -1. Settings page (Asynchronous Code)
29 -2. Settings page (Synchronous Code)
58 +1. General Settings
59 +2. Advanced Settings
60 +3. WooCommerce Settings
30 61
31 -== ChangeLog ==
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 +
32 248 = 2.7 =
33 249 * Update Plugin Name, Author and Description
250 +
34 251 = 2.6 =
35 252 * Remove Conflict Errors
253 +
36 254 = 2.5 =
37 255 * Update tested upto version
38 256
39 257 = 2.4 =
@@ -61,18 +279,4 @@
61 279
62 280 = 1.0 =
63 281 * First Version
64 282
65 -== Upgrade Notice ==
66 -Option to choose the new asynchronous code. This will make the website load faster
67 -
68 -== Configuration ==
69 -
70 -Enter your ID in the field marked 'YOUR VWO ACCOUNT ID'
71 -
72 -== Adding to your template ==
73 -
74 -header code :
75 -`<?php wp_head();?>`
76 -
77 -footer code :
78 -`<?php wp_footer();?>`