Skip to content

Commit 4ebf190

Browse files
committed
format edit
1 parent 3fd74bc commit 4ebf190

File tree

1 file changed

+8
-3
lines changed
  • src/connections/destinations/catalog/mixpanel

1 file changed

+8
-3
lines changed

src/connections/destinations/catalog/mixpanel/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,16 @@ Remember, Segment sends one event per `page` call.
418418
419419
### Incrementing properties
420420

421-
To increment at the property level, tell Segment which properties you want to increment using the **Properties to increment** setting and Segment calls Mixpanel's `increment` for you when you attach a number to the property (for example, the following property needs to be incremented `analytics.track('Event Name', {
421+
To increment at the property level, tell Segment which properties you want to increment using the **Properties to increment** setting and Segment calls Mixpanel's `increment` for you when you attach a number to the property. For example, you need to increment the following property:
422+
423+
```javascript
424+
analytics.track('Event Name', {
422425
feedback_day_number: 1
423426
}
424-
);`)
425-
and enter the propertyname: _feedback_day_number_ property name in the destination settings. The property value now increases from 1.
427+
);
428+
```
429+
430+
Enter the `propertyname: _feedback_day_number_` in the destination settings. The property value now increases from 1.
426431

427432
### Reset Mixpanel Cookies
428433

0 commit comments

Comments
 (0)