Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ishamehramixpanel patch 3 #1445

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/docs/data-structure/group-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Much like a [user profile](/docs/data-structure/user-profiles), Group Profiles

Group Profiles have an activity feed that shows the events performed by users in a group. Only the events attributed to the group with a defined group key will appear in the group's activity feed.

The Group Profile also displays the properties unique to that group - here's an [example](https://mixpanel.com/project/3187769/view/3699049/app/profile#distinct_id=company_id_8889&data_group_id=-1405123841946871899) of it:
The Group Profile also displays the properties unique to that group - here's an [example](https://mixpanel.com/project/3409416/view/3914056/app/profile#distinct_id=9484&data_group_id=7087754812324874797) of it:

![image](/group-profile-example.png "Group Profile Example")

Expand Down Expand Up @@ -188,6 +188,6 @@ Alternatively, the `<data_group_id>` can also be seen as part of the URL of the

`https://mixpanel.com/project/<project_id>/view/<workspace_id>/app/profile#distinct_id=<distinct_id>&data_group_id=<data_group_id>`

Here's an actual [example](https://mixpanel.com/project/3187769/view/3699049/app/profile#distinct_id=company_id_8889&data_group_id=-1405123841946871899) with `data_group_id` = `-1405123841946871899`:
Here's an actual [example](https://mixpanel.com/project/3409416/view/3914056/app/profile#distinct_id=9484&data_group_id=7087754812324874797) with `data_group_id` = `-7087754812324874797`:

![image](/engage-api-data-group-id.png "Engage API Data Group ID")
Binary file modified public/engage-api-data-group-id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/group-profile-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading