We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48211cd commit e48fa69Copy full SHA for e48fa69
README.md
@@ -15,10 +15,10 @@ Use `$('body').analyticsEventTracking();` to initialize the plugin.
15
16
All elements in the body tag which contain the class `.track` will be tracked.
17
18
-Add `date-category="category-name"` to specify the category (default: 'General')
19
-Add `date-action="click"` to specify the action (default: 'click')
20
-Add `date-label="label-name"` to specify the label (default: '')
21
-Add `date-value="1"` to specify the value (default: 1)
+Add `data-category="category-name"` to specify the category (default: 'General')
+Add `data-action="click"` to specify the action (default: 'click')
+Add `data-label="label-name"` to specify the label (default: '')
+Add `data-value="1"` to specify the value (default: 1)
22
23
Advanced usage
24
-----
0 commit comments