File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9999
100100``` json
101101{
102- "targetingKey" : " test " ,
102+ "targetingKey" : " userId " ,
103103 "email" : " email" ,
104104 "country" : " country" ,
105105 "customString" : " customString" ,
@@ -125,10 +125,11 @@ User:
125125
126126``` json
127127{
128- "identifier" : " test " ,
128+ "identifier" : " userId " ,
129129 "email" : " email" ,
130130 "country" : " country" ,
131131 "custom" : {
132+ "targetingKey" : " userId" ,
132133 "customString" : " customString" ,
133134 "customBoolean" : " true" ,
134135 "customNumber" : 1 ,
Original file line number Diff line number Diff line change 9898
9999``` json
100100{
101- "targetingKey" : " test " ,
101+ "targetingKey" : " userId " ,
102102 "email" : " email" ,
103103 "country" : " country" ,
104104 "customString" : " customString" ,
@@ -121,10 +121,11 @@ User:
121121
122122``` json
123123{
124- "identifier" : " test " ,
124+ "identifier" : " userId " ,
125125 "email" : " email" ,
126126 "country" : " country" ,
127127 "custom" : {
128+ "targetingKey" : " userId" ,
128129 "customString" : " customString" ,
129130 "customBoolean" : " true" ,
130131 "customNumber" : 1 ,
You can’t perform that action at this time.
0 commit comments