If a user evaluates into multiple Segments, how does Candu decide what content the user will see?
Candu allows editors to set an order for segments. If a new admin evaluates into 2 segments, e.g., "New Users" and "Admins", the Candu Editor can decide which segment will be evaluated first. The first bucket that user falls into will show the corresponding content.
How is user traits and data sent through to Candu?
You can send through user traits like name, email, product type and role type either manually via the installation script using an identify call, via Webhooks or through a third party integration like Segment.
Why am I receiving a 403 Error when using Signed Identities?
There are a few things to check when experiencing batchEvent errors such as a 403 page.
Check that the ClientToken is correct in relation to the specific Workspace
Check that the Signed Identities Key is correct is relation to the specific Workspace
Be sure to add any traits you want to call. Traits accept an object with all the details you know about your user so that it can be used in segmentation.
Check that your script is written correctly with the details above. If using hmac be sure it falls after your listed traits as seen below: