Skip to content

Commit 1b46555

Browse files
authored
cleanup
1 parent cf92fe7 commit 1b46555

File tree

1 file changed

+19
-19
lines changed
  • src/connections/sources/catalog/cloud-apps/one-creation

1 file changed

+19
-19
lines changed

src/connections/sources/catalog/cloud-apps/one-creation/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,55 @@ id: IB9M67ZWaA
55

66
[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.
77

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.
99

1010
This source is maintained by One Creation. For any issues with the source, [contact their Support team](mailto:[email protected]).
1111

1212
## Getting started
1313

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.
1717

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`).
1919

20-
4. Click Add Source to save your settings.
20+
4. Click **Add Source** to save your settings.
2121
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.
2323

2424
## Stream
2525

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

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

3030
## Events
3131

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.
3333

3434
| Event Name | Description |
3535
|------------------|---------------------------|
3636
| Submitted preferences | User responded to a data request campaign |
3737
| Expired data | Data associated with a campaign has expired |
3838
| Extended preferences | User agrees to extending the data associated with a campaign |
3939

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.
4343

44-
## Event Properties
44+
## Event properties
4545

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.
4747

4848
| Property Name | Description |
4949
|---------------|-------------|
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 |
5252

53-
## Adding Destinations
53+
## Adding destinations
5454

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.
5656

5757
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.
5858

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

Comments
 (0)