Skip to content

Commit ea69710

Browse files
Apply suggestions from code review
1 parent 9db0110 commit ea69710

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/actions-mixpanel

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To send Track events with a custom Group Key, include the key as a property of T
138138
analytics.track('Example Event', { custom_group_key : 'group1' });
139139
```
140140

141-
### Why is Broadman, Oregon appearing in all user's profile location field?
141+
### Why is Boardman, Oregon appearing in my users' profile location field?
142142

143-
If you are seeing traffic from Boardman or see Segment as the browser, this is most likely because you are sending calls to Mixpanel (Actions) from the server side (our AWS servers reside in Boardman, Oregon). In order to prevent the Boardman issue, you would have to manually pass the IP information in the context object from the server.
143+
If you are seeing traffic from Boardman or see Segment as the browser, you might be sending server side calls to your Mixpanel (Actions) destination. To correctly populate your users' profile location field, manually pass the IP information in the context object from the server.
144144

0 commit comments

Comments
 (0)