@@ -82,12 +82,21 @@ analytics.track("Purchased Item", new Properties().putValue("sku", "13d31").putR
8282```
8383
8484<table class =" api-table " >
85+ <thead >
86+ <tr>
87+ <td>Field</td>
88+ <td>Type</td>
89+ <td>Description</td>
90+ </tr>
91+ </thead >
8592 <tr >
86- <td>`name` _String,required_</td>
93+ <td>`name`</td>
94+ <td>_String,required_</td>
8795 <td>A name for the tracked action.</td>
8896 </tr >
8997 <tr >
90- <td>`properties` _Properties,optional_</td>
98+ <td>`properties`</td>
99+ <td>_Properties,optional_</td>
91100 <td>A map of properties for this action, e.g. revenue if the action was a purchase.</td>
92101 </tr >
93102</table >
@@ -106,16 +115,26 @@ analytics.screen("Purchase Screen", "Smartwatches", new Properties().putValue("s
106115```
107116
108117<table class =" api-table " >
118+ <thead >
119+ <tr>
120+ <td>Field</td>
121+ <td>Type</td>
122+ <td>Description</td>
123+ </tr>
124+ </thead >
109125 <tr >
110- <td>`name` _String,optional*_</td>
126+ <td>`name`</td>
127+ <td>_String,optional*_</td>
111128 <td>A name for the screen. Optional if category is provided.</td>
112129 </tr >
113130 <tr >
114- <td>`category` _String,optional*_</td>
131+ <td>`category`</td>
132+ <td>_String,optional*_</td>
115133 <td>A category for the screen. Optional if name is provided.</td>
116134 </tr >
117135 <tr >
118- <td>`properties` _Properties,optional_</td>
136+ <td>`properties`</td>
137+ <td>_Properties,optional_</td>
119138 <td>A map of properties for this screen.</td>
120139 </tr >
121140</table >
0 commit comments