We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c713b commit 43608beCopy full SHA for 43608be
README.md
@@ -131,8 +131,8 @@ public void track() {
131
EventOptions eventOptions = null;
132
try {
133
eventOptions = EventOptionsBuilder.builder(EventTypes.LOG_IN)
134
- .userId("11")
135
- .userTraits("track02", "t@somemail.com", "+01234566789")
+ .userId("1234")
+ .userTraits("Your Name", "name@gmail.com", "+1234567890")
136
.context(context)
137
.properties(Maps.builder()
138
.put("prop1", "CUSTOM_PARAM_VALUE")
0 commit comments