-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
91 lines (56 loc) · 3.7 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
=== WooCommerce Google Analytics Integration ===
Contributors: woothemes, claudiosanches
Tags: woocommerce, google analytics
Requires at least: 3.8
Tested up to: 4.0
Stable tag: 1.3.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Provides integration between Google Analytics and WooCommerce.
== Description ==
This plugin provides the integration between Google Analytics and the WooCommerce plugin. You can link a referral to a purchase and add transaction information to your Google Analytics data. It also supports the new Universal Analytics, eCommerce and event tracking.
Starting WooCommerce 2.1, this integration will no longer be part of WooCommerce and will only be available by using this plugin.
Contributions are welcome via the [GitHub repository](https://github.com/woothemes/woocommerce-google-analytics-integration).
== Installation ==
1. Download the plugin file to your computer and unzip it
2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
3. Activate the plugin from the Plugins menu within the WordPress admin.
4. Don't forget to enable e-commerce tracking in your Google Analytics account: https://support.google.com/analytics/answer/1009612?hl=en
Or use the automatic installation wizard through your admin panel, just search for this plugins name.
== Frequently Asked Questions ==
= Where can I find the setting for this plugin? =
This plugin will add the settings to the Integration tab, to be found in the WooCommerce > Settings menu.
= I don't see the code on my site. Where is it? =
We purposefully don't track admin visits to the site. Log out of the site (or open a Google Chrome Incognito window) and check if the site is there for non-admins.
Also please make sure your Google Analytics ID under WooCommerce -> Settings -> Integrations.
= Can I install it already? =
Starting the WooCommerce 2.1 release, the Google Analytics integration for WooCommerce is no longer part of the WooCommerce plugin.
Until you've updated to WooCommerce 2.1, this plugin puts itself in some sort of hibernate mode.
You can leave this plugin activated and it will seamlessly take over the integration that once was in the WooCommerce plugin, once you update to the next version.
= My national data privacy laws require that I offer an opt-out for users, how can I do this? =
Include the following html code snippet within the page where you want to have the opt-out, e.g. the your Imprint our Data Privacy page:
https://gist.github.com/claudiosmweb/b12d15b245be21c92ebc
Exact wording depends on the national data privacy laws and should be adjusted.
== Changelog ==
= 1.3.0 - 12/11/2014 =
* Feature - Added the transaction currency in the tracking code
* Feature - Add data privacy option that are mandatory in some countries
* Tweak - Moved the tracking code to the head of the page
* Tweak - Remove the "SKU" prefix to the sku for addItem
* Refactor - Integration class reformulated
= 1.2.2 - 15/10/2014 =
* Feature - Adding option to anonymize IP addresses
* Feature - Adding gaOptOut function to be called from any page for OptOut
= 1.2.1 - 17/09/2014 =
* Tweak - Adding utmnooverride to return url for Google Adwords
= 1.2.0 - 28/07/2014 =
* Feature - Adding display advertising parameter to Universal Analytics
* Fix - Using get_total_shipping() instead of get_shipping
* Fix - Using wc_enqueue_js() instead of $woocommerce->add_inline_js(
* Tweak - Updating plugin FAQ
* Tweak - Adding parenthesis for clarity
= 1.1 - 29/05/2014 =
* Added option to enable Display Advertising
* Added compatibility support for WooCommerce 2.1 beta releases
= 1.0 - 22/11/2013 =
* Initial release