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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
The plugin isn't just a wrapper of the Google Analytics API, but provides a solution to issues that most of the time you don't want to deal with or you not even know you have to deal with.
27
+
28
+
For example:
29
+
30
+
* Automatic Google Analytics script loading
31
+
* Automatic page tracking
32
+
* Collects and tracks back all missing events fired during script loading
Copy file name to clipboardExpand all lines: docs/ecommerce.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
## Ecommerce
1
+
## E-commerce
2
2
3
-
All ecommerce features are built-in in the plugin, so there's no need to require any ecommerce libraries: just enable the ecommerce features from the plugin configuration
3
+
All e-commerce features are built-in in the plugin, so there's no need to require any e-commerce libraries: just enable the e-commerce features from the plugin configuration
4
4
5
5
```js
6
6
importVuefrom'vue'
@@ -14,7 +14,7 @@ Vue.use(VueAnalytics, {
14
14
})
15
15
```
16
16
17
-
It is also possible to use the Enhanced Ecommerce library just by changing the configuration like so
17
+
It is also possible to use the Enhanced E-commerce library just by changing the configuration like so
18
18
19
19
```js
20
20
Vue.use(VueAnalytics, {
@@ -39,20 +39,20 @@ Vue.use(VueAnalytics, {
39
39
```
40
40
41
41
### Usage
42
-
All ecommerce features are accessable via the `ecommerce` object
42
+
All e-commerce features are accessable via the `ecommerce` object
43
43
44
44
- addItem
45
-
- addTransaction
45
+
- addTransaction
46
46
- addProduct
47
-
- addImpression
47
+
- addImpression
48
48
- setAction
49
49
- addPromo
50
50
- send
51
51
52
-
Remember that not all methods are included in the Ecommerce or the Enhanced Ecommerce, so please check the relative documentation in the Google Analytics dev guide.
52
+
Remember that not all methods are included in the E-commerce or the Enhanced E-commerce, so please check the relative documentation in the Google Analytics dev guide.
0 commit comments