Skip to content

Commit 3fd74bc

Browse files
authored
Update incrementing proeprties doc in Mixpanel
1 parent ec10c62 commit 3fd74bc

File tree

1 file changed

+5
-1
lines changed
  • src/connections/destinations/catalog/mixpanel

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,11 @@ 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, `'items purchased': 5`)
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', {
422+
feedback_day_number: 1
423+
}
424+
);`)
425+
and enter the propertyname: _feedback_day_number_ property name in the destination settings. The property value now increases from 1.
422426

423427
### Reset Mixpanel Cookies
424428

0 commit comments

Comments
 (0)