-
Notifications
You must be signed in to change notification settings - Fork 393
Create documentation for Quin AI source integration #6983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
forstisabella
merged 5 commits into
segmentio:develop
from
eren-quinengine:quin-ai/source
Sep 17, 2024
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
b79d805
Create documentation for Quin AI source integration
eren-quinengine 1384e34
Adjust documentation for Quin AI source integration
eren-quinengine 75e19dc
Adjust documentation for Quin AI source integration
eren-quinengine 61b1275
Adjust documentation for Quin AI source integration
eren-quinengine 033e9e4
Adjust documentation for Quin AI source integration
eren-quinengine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
83 changes: 83 additions & 0 deletions
83
src/connections/sources/catalog/cloud-apps/quin-ai/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
title: Quin AI Source | ||
id: WGp9SQFRVu | ||
--- | ||
|
||
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](mailto:[email protected]). | ||
|
||
## Getting started | ||
|
||
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 we recommend using something that reflects the source itself and distinguishes amongst your environments (eg. QuinAI_Prod, QuinAI_Staging, 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](https://portal.quinengine.com/){:target="_blank”} and navigate to Integrations > Segment > Settings. | ||
eren-quinengine marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
7. On the Settings page, paste your Segment write key to connect. | ||
|
||
## Stream | ||
|
||
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. | ||
|
||
## Events | ||
|
||
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 Name | Description | | ||
|------------|------------------------------------| | ||
| Page View | Get an action after viewing a page | | ||
| Click | Get an action after a click | | ||
|
||
|
||
## Event Properties | ||
|
||
The table below list the properties included in the events listed above. | ||
|
||
| Property Name | Description | | ||
|-------------------------------|-------------------------------------------------------------| | ||
| `action_audience_id` | ID of the target audience for the action | | ||
| `action_control_group` | Boolean indicating if the action is part of a control group | | ||
| `action_id` | Unique identifier for the action | | ||
| `action_is_custom` | Boolean indicating if the action is custom | | ||
| `action_name` | Name of the action | | ||
| `action_type` | Type of the action | | ||
| `basket_price` | Total price of the items in the basket | | ||
| `basket_quantity` | Total quantity of items in the basket | | ||
| `event_action` | Type of event action (e.g., pageview, click) | | ||
| `event_category` | Category of the event | | ||
| `event_count` | Number of events | | ||
| `event_custom_attributes` | Map of custom attributes associated with the event | | ||
| `evet_duration` | Duration of the event in seconds | | ||
| `event_label` | Label of the event | | ||
| `event_platform` | Platform on which the event occurred (e.g., web, mobile) | | ||
| `event_timestamp` | Timestamp when the event occurred | | ||
| `event_url` | URL associated with the event | | ||
| `google_client_id` | Google Analytics client ID | | ||
| `item_category` | Category of the item | | ||
| `item_currency` | Currency of the item price (e.g., TRY) | | ||
| `item_custom_attributes` | Map of custom attributes associated with the item | | ||
| `item_id` | Unique identifier for the item | | ||
| `item_name` | Name of the item | | ||
| `item_price` | Price of the item | | ||
| `most_visited_category` | List of most visited categories | | ||
| `most_visited_category_count` | Number of times the most visited categories were visited | | ||
| `prediction` | Map of prediction probabilities for various outcomes | | ||
| `returning_user` | Boolean indicating if the user is a returning user | | ||
| `session_id` | Unique identifier for the session | | ||
| `utm_campaign` | UTM campaign parameter | | ||
| `utm_mdedium` | UTM medium parameter | | ||
| `utm_source` | UTM source parameter | | ||
|
||
|
||
## Adding Destinations | ||
|
||
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](mailto:[email protected]). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.