It's 2026, a new year! With the start of a new year comes the latest Pinpointe release! This one is a bit smaller in scope than the last one, but please read the full release notes below for further details.
BUGS
- API (PINPOINTE-3878): API Save Segment Check
- Basic Editor (PINPOINTE-4069): Remove _LINK URL suffix when a user clicks on a survey link; fix template saving in basic editor
- Contacts (PINPOINTE-4086): Last event in event list is duplicated and incorrect
- Contacts (PINPOINTE-4082): Fix typo when exporting contacts
- Content Blocks (PINPOINTE-4094): When deleting a Content Block, the GUI responds with the "Data Feed deleted" modal
- Dynamic Content (PINPOINTE-4100): Legacy variables (%%var%%) are not replaced in dynamic content tags
- Journey Stats (PINPOINTE-4090): Journey Stats Sent not showing correctly on graph
- Split Tests (PINPOINTE-4068): Split Journeys incorrectly create new statIDs for each batch vs 1 statID for each newsletterID
- Split Tests (PINPOINTE-4095): Split tests not sending - get stuck in queue for both databases and segments
DETAIL REVIEW
BUGS
- API (PINPOINTE-3878): API Save Segment Check
- The CreateSegment API call returns a failure status if the query can't be constructed correctly
- Basic Editor (PINPOINTE-4069): Remove _LINK URL suffix when a user clicks on a survey link; fix template saving in basic editor
- Survey links don't add the _LINK suffix when the surveys links are clicked
- When data feeds are enabled, the Basic Editor saves appropriately
- Contacts (PINPOINTE-4082): Fix typo when exporting contacts
- When exporting contacts, it used to say "the contacts have been imported successfully". The new message says "the contacts have been exported successfully"
- Contacts (PINPOINTE-4086): Last event in event list is duplicated and incorrect
- In the Events Log under Contact Details, the last event is no longer duplicated
- Content Blocks (PINPOINTE-4094): When deleting a Content Block, the GUI responds with the "Data Feed deleted" modal
- When deleting a content block, it's now replaced with a "Content block deleted" modal
- Dynamic Content (PINPOINTE-4100): Legacy variables (%%var%%) are not replaced in dynamic content tags
- In both the DND Builder and Basic Editor, both legacy variables (%%var%%) and handlebars ({{[var]}}) are handled appropriately
- Journey Stats (PINPOINTE-4090): Journey Stats Sent not showing correctly on graph
- Journey Campaign Statistics on the Statistics Aggregates tab now show correct data over a range of dates
- Split Tests (PINPOINTE-4068): Split Journeys incorrectly create new statIDs for each batch vs 1 statID for each newsletterID
- Instead, the 2 stat ID #s are maintained
- Split Tests (PINPOINTE-4095): Split tests not sending - get stuck in queue for both databases and segments
- Performance improved
- Performance improved