You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// number - optional - Numeric value associated with the event. (e.g. A product ID)
178
+
value:43
179
+
})
180
+
//... Other logic here
181
+
}}
182
+
>
183
+
Tap that!
184
+
</button>
185
+
</div>
186
+
}
187
+
```
188
+
189
+
### All Fields Options
190
+
191
+
-`category`: string - required
192
+
-`action`: string - required
193
+
-`label`: string
194
+
-`value`: integer
195
+
-`nonInteraction`: bool
196
+
-`transport`: string
197
+
-`hitCallback`: function
198
+
199
+
For more information see the [Google Analytics](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#events) documentation.
200
+
201
+
#### hitCallback
202
+
203
+
A timeout is included by default incase the Analytics library fails to load. For more information see [Google Analytics - Handling Timeouts](https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#handling_timeouts)
0 commit comments