Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Auryc Destination


Destination Info
  • Accepts Identify and Track calls.
  • Refer to it as Auryc in the Integrations object
Connection Modes
Device-modeCloud-mode
Web Web
Mobile Mobile
Server Server

Auryc(link takes you to an external page) 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

getting-started page anchor
  1. Go to your Auryc Installation Guides(link takes you to an external page) and click Install Segment.
  2. On the Segment page, log in and authorize the Auryc Destination.
  3. 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.


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:

1
analytics.identify("userId123", {
2
email: "jane.kim@example.com"
3
});

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.


Segment lets you change these destination settings from the Segment app without having to touch any code.

Property nameTypeRequiredDescription
Site IDstring
required

You can find your Site ID in your Auryc account.