Skip to content

Commit d254304

Browse files
committed
add One Creation documentation
add One Creation documentation
1 parent 2d70800 commit d254304

File tree

2 files changed

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

2 files changed

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