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
|`event`| String | The name of the event you're tracking. You can read more about the [Track method](/docs/connections/spec/track) and recommended event names. |
123
-
|`properties`| Object |Optional. A dictionary of [properties](/docs/connections/spec/track#properties) for the event. If the event was `'Added to Cart'`, it might have properties like `price` and `productType`. |
124
-
|`options`| Object |Optional. A dictionary of options. For example, [enable or disable specific destinations](#managing-data-flow-with-the-integrations-object) for the call. _Note: If you do not pass a `properties` object, pass an empty object (like '{}') before `options`_.|
125
-
|`callback`|Function|Optional. A function that runs after a timeout of 300 ms, giving the browser time to make outbound requests first. |
|`event`||String | The name of the event you're tracking. You can read more about the [Track method](/docs/connections/spec/track) and recommended event names. |
123
+
|`properties`|optional |Object | A dictionary of [properties](/docs/connections/spec/track#properties) for the event. If the event was `'Added to Cart'`, it might have properties like `price` and `productType`.|
124
+
|`options`|optional |Object | A dictionary of options. For example, [enable or disable specific destinations](#managing-data-flow-with-the-integrations-object) for the call. _Note: If you do not pass a `properties` object, pass an empty object (like '{}') before `options`._|
125
+
|`callback`|optional|Function |A function that runs after a timeout of 300 ms, giving the browser time to make outbound requests first.|
126
126
127
127
The only required argument in Analytics.js is an _event name string_. You can read more about [how Segment recommends you name events](/docs/connections/spec/track#event).
0 commit comments