We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d18b1 commit bdafae6Copy full SHA for bdafae6
1 file changed
README.md
@@ -92,9 +92,9 @@ SecureNative::track(array(
92
],
93
// Custom properties
94
'properties' => (object)[
95
- "prop1" => "CUSTOM_PARAM_VALUE",
96
- "prop2" => true,
97
- "prop3" => 3
+ "custom_param1" => "CUSTOM_PARAM_VALUE",
+ "custom_param2" => true,
+ "custom_param3" => 3
98
]
99
));
100
```
@@ -117,9 +117,9 @@ SecureNative::track(array(
117
118
119
120
121
122
123
124
125
0 commit comments