... | @@ -7,7 +7,7 @@ _**Web Analytics Web Lib**_ is a Javascript library used to define and detect ev |
... | @@ -7,7 +7,7 @@ _**Web Analytics Web Lib**_ is a Javascript library used to define and detect ev |
|
|
|
|
|
The library has to be included in every page you need to use it on:
|
|
The library has to be included in every page you need to use it on:
|
|
```html
|
|
```html
|
|
<script src="PATH/web-analytics.js"></script>
|
|
<script src="PATH/client-web-analytics.js"></script>
|
|
```
|
|
```
|
|
followed by the initialization script or file:
|
|
followed by the initialization script or file:
|
|
```html
|
|
```html
|
... | @@ -104,4 +104,4 @@ workunit = { |
... | @@ -104,4 +104,4 @@ workunit = { |
|
userId: "CqVggqFpqcKc1qxciNW5F"
|
|
userId: "CqVggqFpqcKc1qxciNW5F"
|
|
version: "1.1.1" // library version
|
|
version: "1.1.1" // library version
|
|
}
|
|
}
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |