Skip to content

Commit

Permalink
update Java
Browse files Browse the repository at this point in the history
  • Loading branch information
Myron Fung authored and Myron Fung committed Oct 25, 2024
1 parent f7b9235 commit 06089d0
Show file tree
Hide file tree
Showing 7 changed files with 646 additions and 308 deletions.
2 changes: 1 addition & 1 deletion pages/docs/tracking-methods/sdks/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ mixpanel.track('some_event');
```

### Setting Group Profile Properties
Create a group profiles by setting group properties, similar to a user profile. For example, you may want to describe a company group with properties such as "ARR", "employee_count", and "subscription".
Create a group profile by setting group properties, similar to a user profile. For example, you may want to describe a company group with properties such as "ARR", "employee_count", and "subscription".

To set group profile properties, specify the group that needs to be updated by calling [`.getGroup()`](https://mixpanel.github.io/mixpanel-android/com/mixpanel/android/mpmetrics/MixpanelAPI.html#getGroup(java.lang.String,java.lang.Object)), then set the group properties by chaining the [`.set()`](https://mixpanel.github.io/mixpanel-android/com/mixpanel/android/mpmetrics/MixpanelAPI.Group.html#set(org.json.JSONObject)) method, which will trigger a request to the [/groups API endpoint](https://developer.mixpanel.com/reference/group-set-property).

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/tracking-methods/sdks/go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Learn more about [server-side identity management](/docs/tracking-methods/id-man

## Storing User Profiles

Once your users are identified, create [user profiles](/docs/data-structure/user-profiles) by setting profile properties to describe them. Example profile properties include "name", "email", "company", and any other demographic details about the user.
Create [user profiles](/docs/data-structure/user-profiles) by setting profile properties to describe them. Example profile properties include "name", "email", "company", and any other demographic details about the user.

The Go SDK provides a few methods for setting profile properties, which will trigger requests to the [/engage API endpoint](https://developer.mixpanel.com/reference/profile-set).

Expand Down
300 changes: 0 additions & 300 deletions pages/docs/tracking-methods/sdks/java.md

This file was deleted.

Loading

0 comments on commit 06089d0

Please sign in to comment.