diff --git a/pages/docs/data-structure/group-analytics.mdx b/pages/docs/data-structure/group-analytics.mdx
index 6905343f9d..2c90219d0b 100644
--- a/pages/docs/data-structure/group-analytics.mdx
+++ b/pages/docs/data-structure/group-analytics.mdx
@@ -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")
 
@@ -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")
diff --git a/public/engage-api-data-group-id.png b/public/engage-api-data-group-id.png
index 684158facb..422c1a127d 100644
Binary files a/public/engage-api-data-group-id.png and b/public/engage-api-data-group-id.png differ
diff --git a/public/group-profile-example.png b/public/group-profile-example.png
index d3fb896672..eae9f56717 100644
Binary files a/public/group-profile-example.png and b/public/group-profile-example.png differ