Skip to content

Commit 75e19dc

Browse files
Adjust documentation for Quin AI source integration
1 parent 1384e34 commit 75e19dc

File tree

1 file changed

+38
-38
lines changed
  • src/connections/sources/catalog/cloud-apps/quin-ai

1 file changed

+38
-38
lines changed

src/connections/sources/catalog/cloud-apps/quin-ai/index.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -26,50 +26,50 @@ The default behavior is for Quin AI to pass the event data associated with the a
2626

2727
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.
2828

29-
| Event Name | Description |
30-
|--------------------|------------------------------------|
31-
| pageview | Get an action after viewing a page |
32-
| click | Get an action after a click |
29+
| Event Name | Description |
30+
|------------|------------------------------------|
31+
| Page View | Get an action after viewing a page |
32+
| Click | Get an action after a click |
3333

3434

3535
## Event Properties
3636

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

39-
| Property Name | Description |
40-
|----------------------------|-------------------------------------------------------------|
41-
| `ActionAudienceId` | ID of the target audience for the action |
42-
| `ActionControlGroup` | Boolean indicating if the action is part of a control group |
43-
| `ActionId` | Unique identifier for the action |
44-
| `ActionIsCustom` | Boolean indicating if the action is custom |
45-
| `ActionName` | Name of the action |
46-
| `ActionType` | Type of the action |
47-
| `BasketPrice` | Total price of the items in the basket |
48-
| `BasketQuantity` | Total quantity of items in the basket |
49-
| `EventAction` | Type of event action (e.g., pageview, click) |
50-
| `EventCategory` | Category of the event |
51-
| `EventCount` | Number of events |
52-
| `EventCustomAttributes` | Map of custom attributes associated with the event |
53-
| `EventDuration` | Duration of the event in seconds |
54-
| `EventLabel` | Label of the event |
55-
| `EventPlatform` | Platform on which the event occurred (e.g., web, mobile) |
56-
| `EventTimestamp` | Timestamp when the event occurred |
57-
| `EventURL` | URL associated with the event |
58-
| `GoogleClientId` | Google Analytics client ID |
59-
| `ItemCategory` | Category of the item |
60-
| `ItemCurrency` | Currency of the item price (e.g., TRY) |
61-
| `ItemCustomAttributes` | Map of custom attributes associated with the item |
62-
| `ItemId` | Unique identifier for the item |
63-
| `ItemName` | Name of the item |
64-
| `ItemPrice` | Price of the item |
65-
| `MostVisitedCategory` | List of most visited categories |
66-
| `MostVisitedCategoryCount` | Number of times the most visited categories were visited |
67-
| `Prediction` | Map of prediction probabilities for various outcomes |
68-
| `ReturningUser` | Boolean indicating if the user is a returning user |
69-
| `SessionId` | Unique identifier for the session |
70-
| `UTMCampaign` | UTM campaign parameter |
71-
| `UTMMedium` | UTM medium parameter |
72-
| `UTMSource` | UTM source parameter |
39+
| Property Name | Description |
40+
|-------------------------------|-------------------------------------------------------------|
41+
| `action_audience_id` | ID of the target audience for the action |
42+
| `action_control_group` | Boolean indicating if the action is part of a control group |
43+
| `action_id` | Unique identifier for the action |
44+
| `action_is_custom` | Boolean indicating if the action is custom |
45+
| `action_name` | Name of the action |
46+
| `action_type` | Type of the action |
47+
| `basket_price` | Total price of the items in the basket |
48+
| `basket_quantity` | Total quantity of items in the basket |
49+
| `event_action` | Type of event action (e.g., pageview, click) |
50+
| `event_category` | Category of the event |
51+
| `event_count` | Number of events |
52+
| `event_custom_attributes` | Map of custom attributes associated with the event |
53+
| `evet_duration` | Duration of the event in seconds |
54+
| `event_label` | Label of the event |
55+
| `event_platform` | Platform on which the event occurred (e.g., web, mobile) |
56+
| `event_timestamp` | Timestamp when the event occurred |
57+
| `event_url` | URL associated with the event |
58+
| `google_client_id` | Google Analytics client ID |
59+
| `item_category` | Category of the item |
60+
| `item_currency` | Currency of the item price (e.g., TRY) |
61+
| `item_custom_attributes` | Map of custom attributes associated with the item |
62+
| `item_id` | Unique identifier for the item |
63+
| `item_name` | Name of the item |
64+
| `item_price` | Price of the item |
65+
| `most_visited_category` | List of most visited categories |
66+
| `most_visited_category_count` | Number of times the most visited categories were visited |
67+
| `prediction` | Map of prediction probabilities for various outcomes |
68+
| `returning_user` | Boolean indicating if the user is a returning user |
69+
| `session_id` | Unique identifier for the session |
70+
| `utm_campaign` | UTM campaign parameter |
71+
| `utm_mdedium` | UTM medium parameter |
72+
| `utm_source` | UTM source parameter |
7373

7474

7575
## Adding Destinations

0 commit comments

Comments
 (0)