June 16, 2026
Custom Enrichments API
You can now attach your own custom enrichments to mentions in PeakMetrics with two new endpoints:GET /customEnrichments— list the custom enrichments provisioned for your team, including each one’senrichment_id,name,type, andconstraints.PUT /mentions/customEnrichments— push values for up to 100 mentions per request. Supports both standard and custom channel mentions, including historical mentions already in the platform.
May 12, 2026
Tweet Engagement Tracking Data on Mentions
TheGET /workspaces/{workspaceId}/mentions endpoint now returns a new
enrichments.engagement object.
enrichments.engagement.historyis an array of timestamped snapshots (measured_at,views,retweets,quotes,replies,favorites,bookmarks) captured on a backoff schedule during the first week after a Tweet’s published date, for Twitter / X mentions that have been opted into engagement tracking.- For mentions that aren’t being tracked — including mentions on channels that can’t be
tracked, like non-Twitter mentions —
historyis returned as an empty array.
May 8, 2026
Randomized Sampling on Mentions Endpoint
TheGET /workspaces/{workspaceId}/mentions endpoint now supports an optional randomization_key query parameter. When provided, the endpoint returns a randomized sample (up to 500 mentions across all pages).
Key features:
- Stable pagination via
randomization_key— reuse the same key across requests to paginate through a consistent randomized pool (cached for 5 minutes) - All standard workspace mention filters are supported, and mentions are randomly pulled from the full time range
May 1, 2026
Sentiment Fields Deprecation Now in Effect
The deprecation of sentiment fields announced on March 23 is now live. The following fields are deprecated and return0 for all responses:
/workspaces/{id}/mentions—enrichments.sentiment.polaritynow returns0/workspaces/{id}/mentions—enrichments.sentiment.versionnow returns0/workspaces/{id}/narratives—aggregations.avgSentimentnow returns0
/workspaces/{id}/narratives, avgSentiment is no longer accepted as an option for the sort query param.
March 23, 2026
Upcoming Deprecation of Sentiment Fields
For an upgraded sentiment metric, you can set up a custom favorability smart category tailored to your workspace. Contact support@peakmetrics.com to get started.
- The
/workspaces/{id}/mentionsendpoint will return0forsentiment.polarityandsentiment.version - The
/workspaces/{id}/narrativesendpoint will return0foraggregations.avgSentiment