Preact Destination
Identify
To create users in in Preact you’ll use our identify
method. Users must be identified on the client side for events to appear in Preact.
Group
To group users into accounts in preact you’ll use our group
method.
Track
Our track
method will record events in Preact. Users must be identified on the client side for events to appear in Preact.
Features
Recording Errors
Preact can be really useful for customer support. For that to work well you’ll want to send error events to Preact.
All you have to do is add a “!” as the first character in the event name and Preact will recognize it as an error event. Properties sent with the event will also show up in Preact.
Here’s a JavaScript example:
analytics.track('!Image upload error', {
File size: '890KB',
File extension: '.JPG',
Message: 'File size too large'
});
This page was last modified: 31 Jan 2023
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!