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.

Quin AI Source


Source Info
  • The Quin AI Source is an Event Cloud source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and also sent to Segment streaming destinations. Learn more about cloud sources.
  • This source is in Beta
  • This integration is partner owned. Please reach out to the partner's support for any issues.

Quin AI is the first deep learning, real-time behavior prediction system dedicated to e-commerce conversion optimization for growth and profitability.

This source is maintained by Quin Audience Engine. For any issues with the source, contact the Quin Audience Engine Support team.


Getting started

getting-started page anchor
  1. From your workspace's Source page, click Add Source.
  2. Search for "Quin AI" in the Sources Catalog, select Quin AI, and click Add Source.
  3. On the next screen, give the Source a name configure any other settings.
    • The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but Segment recommends using something that reflects the source itself and distinguishes amongst your environments (for example, QuinAI_Prod, QuinAI_Staging, or QuinAI_Dev).
  4. Click Add Source to save your settings.
  5. Copy the Write key from the Segment UI.
  6. Log in to your Quin account(link takes you to an external page) and navigate to Integrations > Segment > Settings.
  7. On the Settings page, paste your Segment write key to connect.

Quin AI uses a stream Source component and Track and Identify methods to send event data to Segment. These events are then available in any destination that accepts server-side events and as a schema in your data warehouse that you can query using SQL.

The default behavior is for Quin AI to pass the event data associated with the anonymousId.


The table below lists events that Quin sends to Segment. These events appear as tables in your warehouse and as regular events in other Destinations.

Event NameDescription
Page ViewGet an action after viewing a page
ClickGet an action after a click

The table below list the properties included in the events listed above.

Property NameDescription
action_audience_idID of the target audience for the action
action_control_groupBoolean indicating if the action is part of a control group
action_idUnique identifier for the action
action_is_customBoolean indicating if the action is custom
action_nameName of the action
action_typeType of the action
basket_priceTotal price of the items in the basket
basket_quantityTotal quantity of items in the basket
event_actionType of event action (e.g., pageview, click)
event_categoryCategory of the event
event_countNumber of events
event_custom_attributesMap of custom attributes associated with the event
evet_durationDuration of the event in seconds
event_labelLabel of the event
event_platformPlatform on which the event occurred (e.g., web, mobile)
event_timestampTimestamp when the event occurred
event_urlURL associated with the event
google_client_idGoogle Analytics client ID
item_categoryCategory of the item
item_currencyCurrency of the item price (e.g., TRY)
item_custom_attributesMap of custom attributes associated with the item
item_idUnique identifier for the item
item_nameName of the item
item_pricePrice of the item
most_visited_categoryList of most visited categories
most_visited_category_countNumber of times the most visited categories were visited
predictionMap of prediction probabilities for various outcomes
returning_userBoolean indicating if the user is a returning user
session_idUnique identifier for the session
utm_campaignUTM campaign parameter
utm_mdediumUTM medium parameter
utm_sourceUTM source parameter

Now that your Source is set up, you can connect to Destinations.

Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect.

If there are any issues with how the events are arriving to Segment, contact the Quin AI support team.