From f8b3c4da4f7a9002d3fa4a7ae4edb85dd56aeadd Mon Sep 17 00:00:00 2001 From: Tony Yun Date: Tue, 7 Jun 2022 09:12:42 -0400 Subject: [PATCH] Update README.md Update README for adding some missing requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782180b..a38158f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Replace each of the column names above with the headers for your own CSV, and ke - The script treats all CSV values as strings by default--even `null` values! This element will allow replace the String with **null** - `isUser : false` Sets column as the userId - `isAnonymous : false` Sets column as the annonymousId -- `isEvent : false` Sets column as the event name **REQUIRED** for Track calls +- `isEvent : false` Sets column as the event name **REQUIRED** for Track calls, also `isUser` is **REQUIRED** for Track calls. - `isGroup : false` Sets column as the group name **REQUIRED** for Group calls - `isPage : false` Sets column as the page name **REQUIRED** for Page calls - `isScreen : false` Sets column as the screen name **REQUIRED** for Screen calls