You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/one-creation/index.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,55 +5,55 @@ id: IB9M67ZWaA
5
5
6
6
[One Creation](https://www.one-creation.com/){:target="_blank”} provides brands with a Digital Preference Wallet to confirm, collect, and digitize consumer preference data. By seamlessly integrating into every customer touchpoint, the platform enhances services while enforcing consent (including Time-Based Consent) and data sharing rules.
7
7
8
-
This is an Event Cloud Source which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
8
+
This is an Event Cloud Source that can not only export data into your Segment warehouse but also federate the exported data into your other enabled Segment Destinations.
9
9
10
10
This source is maintained by One Creation. For any issues with the source, [contact their Support team](mailto:[email protected]).
11
11
12
12
## Getting started
13
13
14
-
1. From your workspace's Sources catalog page{:target="_blank”} click **Add Source**.
15
-
2. Search for "One Creation" in the Sources Catalog, select One Creation, and click Add Source.
16
-
3. On the next screen, give the Source a name configure any other settings.
14
+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
15
+
2. Search for "One Creation" in the Sources Catalog, select One Creation, and click **Add Source**.
16
+
3. On the next screen, give the source a name configure any other settings.
17
17
18
-
- 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. OneCreation_Prod, OneCreation_Staging, OneCreation_Dev).
18
+
- 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 `OneCreation_Prod`, `OneCreation_Staging`, `OneCreation_Dev`).
19
19
20
-
4. Click Add Source to save your settings.
20
+
4. Click **Add Source** to save your settings.
21
21
5. Copy the Write key from the Segment UI.
22
-
6. Log in to your [One Creation account](https://app.one-creation.com/admin/integrations?app=segment) - navigate to Settings > Integrations > Segment and paste the key to connect.
22
+
6. Log in to your [One Creation account](https://app.one-creation.com/admin/integrations?app=segment){:target="_blank”} - navigate to **Settings > Integrations > Segment** and paste the key to connect.
23
23
24
24
## Stream
25
25
26
-
One Creation uses our stream Source component to send Segment event data. It uses a server-side (select from `track`, `identify`) method(s) to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
26
+
One Creation uses the Stream Source component to send Segment event data. It uses a server-side (select from `track`, `identify`) method(s) to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
27
27
28
28
One Creation assigns a unique ID to each user. This ID is passed to Segment as the `userId`. The user's email address is included as a trait.
29
29
30
30
## Events
31
31
32
-
The table below lists events that One Creation sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. One Creation always includes the userId.
32
+
The following table lists events that One Creation sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. One Creation always includes the userId.
33
33
34
34
| Event Name | Description |
35
35
|------------------|---------------------------|
36
36
| Submitted preferences | User responded to a data request campaign |
37
37
| Expired data | Data associated with a campaign has expired |
38
38
| Extended preferences | User agrees to extending the data associated with a campaign |
39
39
40
-
1. When a user responds to an One Creation data request campaign, One Creation sends the user's response to Segment. This is achieved by triggering an `identify` call to create the traits and a `track` call to record the **Submitted preferences** action. Each trait is suffixed with the associated One Creation campaign ID.
41
-
2. When a user agrees to extend data usage through an One Creation extension campaign, One Creation triggers an `identify` call to create extended traits suffixed with the associated One Creation campaign ID. Additionally, a `track` call is triggered to record the **Extended preferences** action.
42
-
3. When data associated with a campaign expires, One Creation triggers an `identify` call to update traits with the **Expired_** prefix and a `track` call to record the **Expired data** action.
40
+
1. When a user responds to an One Creation data request campaign, One Creation sends the user's response to Segment. This is achieved by triggering an Identify call to create the traits and a Track call to record the **Submitted preferences** action. Each trait is suffixed with the associated One Creation campaign ID.
41
+
2. When a user agrees to extend data usage through an One Creation extension campaign, One Creation triggers an Identify call to create extended traits suffixed with the associated One Creation campaign ID. Additionally, a Track call is triggered to record the **Extended preferences** action.
42
+
3. When data associated with a campaign expires, One Creation triggers an Identify call to update traits with the **Expired_** prefix and a Track call to record the **Expired data** action.
43
43
44
-
## Event Properties
44
+
## Event properties
45
45
46
-
The table below list the properties included in the events listed above.
46
+
The following table lists the properties included in the events listed above.
47
47
48
48
| Property Name | Description |
49
49
|---------------|-------------|
50
-
| campaign.campaignId | ID of the campaign the user responded to |
51
-
| campaign.name | name of the campaign the user responded to |
50
+
|`campaign.campaignId`| ID of the campaign the user responded to |
51
+
|`campaign.name`| name of the campaign the user responded to |
52
52
53
-
## Adding Destinations
53
+
## Adding destinations
54
54
55
-
Now that your Source is set up, you can connect it with Destinations.
55
+
Now that your source is set up, you can connect it with destinations.
56
56
57
57
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 your events and properties don’t appear, check the Event Delivery tool, and refer to the Destination docs for each tool for troubleshooting.
58
58
59
-
If there are any issues with how the events are arriving to Segment, contact the [One Creation support team](mailto:[email protected]).
59
+
If there are any issues with how the events are arriving to Segment, contact the [One Creation support team](mailto:[email protected]).
0 commit comments