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
+32-13Lines changed: 32 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ id: IB9M67ZWaA
4
4
hidden: true
5
5
---
6
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.
7
+
[One Creation](https://www.one-creation.com/){:target="_blank”} provides brands with a Digital Preference Wallet to collect, digitize, and refresh 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
8
9
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
10
@@ -34,22 +34,41 @@ The following table lists events that One Creation sends to Segment. These event
34
34
35
35
| Event Name | Description |
36
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 |
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
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.
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**event.
42
+
2. When a user agrees to extend data usage through an One Creation extension campaign, One Creation triggers an Identify call to update the user's extended traits with the latest values. Additionally, a Track call is triggered to record the **Extended Preferences**event.
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**event.
44
44
45
45
## Event properties
46
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 |
47
+
All One Creation events contain the associated One Creation campaign name, campaign ID, user ID of the individual who responded to the campaign, and the list of traits or properties that the user provided through this campaign. Here's a sample payload:
0 commit comments