Skip to content

Commit f22b0f2

Browse files
committed
update README.md for analytics tag
1 parent c1b76d3 commit f22b0f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,12 @@ client.setCollectAnalytics(false);
299299
```
300300

301301
#### Set a tag for analytics events
302-
Defines a tag associated with all analytics events reported by the client. You can use tags, for instance, in A/B testing to compare which search UIs are most effective. Splitting the analytics with tags may also provide insights to the behavior of audiences in different geo-locations or websites.
302+
Defines a tag associated with all analytics events reported by the client.
303+
These tags will be available as filters in the AddSearch Analytics Dashboard.
304+
You can use tags, for instance, in A/B testing to compare which search UIs are most effective.
305+
Splitting the analytics with tags may also provide insights to the behaviour of audiences on different websites.
303306
```js
304-
// Specify a tag by which search event can be filtered in the AddSearch Analytics Dashboard (the maximum length is 50 characters)
307+
// Specify a tag for analytics events (the maximum length is 50 characters)
305308
client.setAnalyticsTag('Navigation search');
306309
```
307310

0 commit comments

Comments
 (0)