Skip to content

Commit 569b20e

Browse files
authored
Add Google Analytics for WooCommerce (#317)
* Add Google Analytics for WooCommerce * Remove unused JS variable * Add version detection * Update g.json
1 parent 5c4939c commit 569b20e

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

src/images/icons/WooCommerceGA.png

3.79 KB
Loading

src/technologies/g.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,25 @@
16811681
"scriptSrc": "google-analytics\\.com\\/plugins\\/ua\\/(?:ec|ecommerce)\\.js",
16821682
"website": "https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce"
16831683
},
1684+
"Google Analytics for WooCommerce": {
1685+
"cats": [
1686+
10,
1687+
87
1688+
],
1689+
"description": "Google Analytics for WooCommerce connects your store to your Google Analytics account for ecommerce and site analytics, providing valuable metrics on your store’s performance.",
1690+
"icon": "WooCommerceGA.png",
1691+
"pricing": [
1692+
"freemium",
1693+
"low",
1694+
"recurring"
1695+
],
1696+
"requires": [
1697+
"WordPress",
1698+
"WooCommerce"
1699+
],
1700+
"scriptSrc": "/wp-content/plugins/woocommerce-google-analytics-integration/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
1701+
"website": "https://woocommerce.com/products/woocommerce-google-analytics/"
1702+
},
16841703
"Google App Engine": {
16851704
"cats": [
16861705
22

0 commit comments

Comments
 (0)