... | ... |
@@ -1,4 +1,4 @@ |
1 |
-OXID module: Google Analytics |
|
1 |
+OXID module: Google Analytics GA4 |
|
2 | 2 |
==== |
3 | 3 |
|
4 | 4 |
Adds google analytics incl. eCommerce tracking to Oxid |
... | ... |
@@ -17,7 +17,7 @@ PHP > 5.3 |
17 | 17 |
Installation |
18 | 18 |
---- |
19 | 19 |
Install files in your oxid modules/ folder. Alternatively you can install them in your modules/esales/ vendor folder. |
20 |
-Add [{block name="es_analytics_code"}][{/block}] to html head in base.tpl. |
|
20 |
+Add [{block name="es_analytics_ga4_code"}][{/block}] to html head in base.tpl. |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
License |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+OXID module: Google Analytics |
|
2 |
+==== |
|
3 |
+ |
|
4 |
+Adds google analytics incl. eCommerce tracking to Oxid |
|
5 |
+ |
|
6 |
+This module is developed and provided by [eSales Media][1]. |
|
7 |
+ |
|
8 |
+__Author:__ Benjamin Roth [benjamin@esales-media.de] |
|
9 |
+ |
|
10 |
+ |
|
11 |
+System requirements |
|
12 |
+---- |
|
13 |
+OXID CE >= 4.9.x |
|
14 |
+PHP > 5.3 |
|
15 |
+ |
|
16 |
+ |
|
17 |
+Installation |
|
18 |
+---- |
|
19 |
+Install files in your oxid modules/ folder. Alternatively you can install them in your modules/esales/ vendor folder. |
|
20 |
+ |
|
21 |
+ |
|
22 |
+License |
|
23 |
+---- |
|
24 |
+LGPL-3.0+ |
|
25 |
+ |
|
26 |
+ |
|
27 |
+ |
|
28 |
+[1]: http://www.esales-media.de |
|
0 | 29 |
\ No newline at end of file |