Skip to content

Commit c22afca

Browse files
committed
fix table
1 parent dda1314 commit c22afca

File tree

1 file changed

+6
-6
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+6
-6
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ analytics.track(event, [properties], [options], [callback]);
117117

118118
The Track call has the following fields:
119119

120-
| Field | Type | Description |
121-
| ------------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
122-
| `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. |
120+
| Field | | Type | Description |
121+
| ------------ | ------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
122+
| `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. |
126126

127127
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).
128128

0 commit comments

Comments
 (0)