You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Hey there, thanks for using WooCommerce Conversion Tracking. I would love to have your feedback.</p>
206
+
207
+
<p>
208
+
To make the tracking better, I want to bring deep integrations to various services (e.g. Facebook, Twitter) to track conversions. So therefore I need to know which service you use and will implement the integrations of most used services first.
209
+
</p>
210
+
211
+
<div class="wct-avatar-wrap">
212
+
<div class="wct-avatar">
213
+
<img src="http://2.gravatar.com/avatar/8584491809f902b86fae495a5830be83?s=128&d=mm&r=g" alt="Avatar of Tareq Hasan">
214
+
</div>
215
+
<div class="wct-user-details">
216
+
Regards,<br>
217
+
<strong>Tareq Hasan</strong><br>
218
+
Developer
219
+
</div>
220
+
</div>
221
+
</div>
222
+
223
+
<div class="wct-notice-actions">
224
+
<a href="http://tareq.in/yn77Th" target="_blank" class="button button-primary">Take the Survey</a>
225
+
<button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php_e( 'Dismiss this notice.' ); ?></span></button>
Copy file name to clipboardExpand all lines: readme.txt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,16 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
32
32
* PHP version 5.2.4 or greater
33
33
* MySQL version 5.0 or greater
34
34
35
+
= Tracking Conversions =
36
+
37
+
If you need to track successful purchases, go to the settings and in the **Tags for Successful Order** box, place the JavaScript code you received from the services (e.g. Facebook, Twitter, AdWords) you want to use.
38
+
39
+
In the JavaScript snippet, there are places where you can use `order_number`, `order_total`, `order_subtotal`, `currency`, etc.
40
+
41
+
The plugin provides the following codes: <code>{customer_id}</code>, <code>{customer_email}</code>, <code>{customer_first_name}</code>, <code>{customer_last_name}</code>, <code>{order_number}</code>, <code>{order_total}</code>, <code>{order_subtotal}</code>, <code>{currency}</code>, <code>{payment_method}</code>.
42
+
43
+
Replace the script tag values with the suitable codes the plugin provides and finally insert the snippet in the boxes.
44
+
35
45
== Frequently Asked Questions ==
36
46
37
47
= Does it work with WooCommerce 2.x and 3.x? =
@@ -52,6 +62,12 @@ We put the JavaScript scripts provided by you in the page and it fires a convers
52
62
53
63
== Changelog ==
54
64
65
+
= Version 1.2.5 (28-December-2017) =
66
+
67
+
* Added plugin action links for Docs and Settings.
0 commit comments