Auryc Destination
Destination Info
- Accepts Identify, and Track calls
- Refer to it as Auryc in the Integrations object
Components
Auryc is a client-side journey intelligence platform that surfaces real-time insights with powerful visual context across all of your digital ecommerce journeys. Auryc helps enterprises find and resolve the customer journey issues that directly impact conversions and customer satisfaction.
This source is maintained by Auryc. For any issues with the destination, contact the Auryc Support team.
It also means that, for the time being, there is a longer delay for us to deploy it to your analytics.js after you enable; expect about 24 hours for it to render on your site.
Getting Started
- Go to your Auryc Installation Guides and click Install Segment.
- On the Segment page, log in and authorize the Auryc Destination.
- Select the workspace and source you to add Auryc to, and click Allow.
And you’re done! Once you click “Allow”, Auryc shows an installation confirmation message.
Identify
If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. Identify calls will be sent to Auryc as an identify
event and addUserProperties
event.
If the call only contains the user id and does not have the traits, the user id will be sent to Auryc as identity.
An example call would look like:
analytics.identify('userId123');
If the call contains both user id and traits, the user id will be sent to Auryc as identity, and the traits will be sent as user properties.
An example call would look like:
analytics.identify("userId123", {
email: "jane.kim@example.com"
});
Track
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does. An example call would look like:
analytics.track('Order Submitted', {price: 234.12})
Track calls will be sent to Auryc as a track
event.
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
Site ID (required) |
string . You can find your Site ID in your Auryc account. |
This page was last modified: 08 Jan 2024
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!