Skip to content

Commit d966425

Browse files
authored
Merge pull request #6932 from yanghcheung/onecreation/source
add One Creation Source documentation
2 parents 91ceb21 + c71ecdb commit d966425

File tree

2 files changed

+60
-4
lines changed
  • src/connections/sources/catalog/cloud-apps

2 files changed

+60
-4
lines changed

src/connections/sources/catalog/cloud-apps/one-creation-zero-party-data-engagement/index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: 'One Creation Source'
3+
id: IB9M67ZWaA
4+
hidden: true
5+
---
6+
7+
[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.
8+
9+
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.
10+
11+
This source is maintained by One Creation. For any issues with the source, [contact their Support team](mailto:[email protected]).
12+
13+
## Getting started
14+
15+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
16+
2. Search for "One Creation" in the Sources Catalog, select One Creation, and click **Add Source**.
17+
3. On the next screen, give the source a name configure any other settings.
18+
19+
- 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`).
20+
21+
4. Click **Add Source** to save your settings.
22+
5. Copy the Write key from the Segment UI.
23+
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.
24+
25+
## Stream
26+
27+
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.
28+
29+
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.
30+
31+
## Events
32+
33+
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.
34+
35+
| Event Name | Description |
36+
|------------------|---------------------------|
37+
| Submitted preferences | User responded to a data request campaign |
38+
| Expired data | Data associated with a campaign has expired |
39+
| Extended preferences | User agrees to extending the data associated with a campaign |
40+
41+
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.
42+
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.
43+
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.
44+
45+
## Event properties
46+
47+
The following table lists the properties included in the events listed above.
48+
49+
| Property Name | Description |
50+
|---------------|-------------|
51+
| `campaign.campaignId` | ID of the campaign the user responded to |
52+
| `campaign.name` | name of the campaign the user responded to |
53+
54+
## Adding destinations
55+
56+
Now that your source is set up, you can connect it with destinations.
57+
58+
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.
59+
60+
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

Comments
 (0)