aesirx-analytics 1.2.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -113,13 +113,11 @@ data-aesirx-event-attribute-<attribute-name-2>="<attribute-value-1>"
113
113
  ##### Or you can use your own Javascript to Track events:
114
114
 
115
115
  ```
116
- window.trackEvent(endpoint, visitor_uuid, referer, data)
116
+ window.trackEvent(endpoint, referer, data)
117
117
  ```
118
118
 
119
119
  (`endpoint` is the link to your 1st party server which must be installed)
120
120
 
121
- (`visitor_uuid` is the params get from url - it will auto generated)
122
-
123
121
  (`referer` is the referer domain)
124
122
 
125
123
  (`data` is the data you want to track)