Add custom dimension for count of recipients

- fixes #61
This commit is contained in:
dave justice 2018-07-25 11:39:33 -04:00
Родитель c2055ea222
Коммит 11969a32a9
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -24,6 +24,7 @@ Data will be collected with Google Analytics and follow [Test Pilot standards](h
* `cd2` - The number of tabs selected to send. An integer
* `cd3` - If the user is sending the current tab ("true" or "false")
* `cd4` - The name of the template used
* `cd5` - Count of email recipients
### Events
@ -100,7 +101,7 @@ cd3,
cd4
```
##### When the user Email Tabs button
##### When the user Clicks the Email Tabs button
```
ec: interface,
ea: button-click,
@ -158,7 +159,8 @@ el: send-to-self or send-to-other
cd1,
cd2,
cd3,
cd4
cd4,
cd5
```
##### After email sent, "done" chosen