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/destinations/catalog/dreamdata-io/index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Dreamdata IO Destination
2
+
title: Dreamdata Destination
3
3
rewrite: true
4
4
id: 5c6ef3322a6fb40001a71bf7
5
5
---
6
-
[Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) uses your Segment data to deliver multitouch, per account attribution. This enables B2B companies to understand the impact on revenue of every touch in their customer journey.
6
+
[Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) uses your Segment data to deliver multitouch, per account attribution. This enables B2B companies to understand the impact on revenue of every touch in their customer journey.
7
7
8
-
This destination is maintained by Dreamdata IO. For any issues with the destination, [contact the Dreamdata Support team](mailto:[email protected]).
8
+
This destination is maintained by Dreamdata. For any issues with the destination, [contact the Dreamdata Support team](mailto:[email protected]).
9
9
10
10
{% include content/beta-note.md %}
11
11
@@ -14,9 +14,9 @@ This destination is maintained by Dreamdata IO. For any issues with the destinat
14
14
{% include content/connection-modes.md %}
15
15
16
16
1. From the Segment web app, click **Catalog**.
17
-
2. Search for "Dreamdata IO" in the Catalog, select it, and choose which of your sources to connect the destination to.
18
-
3. Enter the "API Key" into your Segment Settings UI which you can find from your [Dreamdata IO settings](https://app.dreamdata.io/settings).
19
-
4. You will be able to verify that data is flowing into Dreamdata IO from your [Dreamdata IO settings](https://app.dreamdata.io/settings).
17
+
2. Search for "Dreamdata" in the Catalog, select it, and choose which of your sources to connect the destination to.
18
+
3. Enter the "API Key" into your Segment Settings UI which you can find from your [Dreamdata settings](https://app.dreamdata.io/settings).
19
+
4. You will be able to verify that data is flowing into Dreamdata from your [Dreamdata settings](https://app.dreamdata.io/settings).
20
20
21
21
22
22
## Page
@@ -27,7 +27,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
27
27
analytics.page()
28
28
```
29
29
30
-
Page calls will be sent to [Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `pageview`.
30
+
Page calls will be sent to [Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `pageview`.
31
31
32
32
33
33
## Screen
@@ -38,7 +38,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
38
38
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
39
39
```
40
40
41
-
Screen calls will be sent to [Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `screenview`.
41
+
Screen calls will be sent to [Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `screenview`.
Identify calls will be sent to [Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as an `identify` event.
54
+
Identify calls will be sent to [Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as an `identify` event.
55
55
56
56
57
57
## Track
@@ -62,7 +62,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
62
62
analytics.track('Clicked Login Button')
63
63
```
64
64
65
-
Track calls will be sent to [Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `track` event.
65
+
Track calls will be sent to [Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `track` event.
66
66
67
67
68
68
## Group
@@ -78,6 +78,6 @@ analytics.group("userId123", {
78
78
});
79
79
```
80
80
81
-
Group calls will be sent to [Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `group` event where it is used to join users to accounts.
81
+
Group calls will be sent to [Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) as a `group` event where it is used to join users to accounts.
82
82
83
-
By default, [Dreamdata IO](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) uses user emails and your CRM data to map user activites to accounts and attribute the value correctly. Adding Group calls using Segment will give a more precise attribution and ensure that all activities are attributed to the right account.
83
+
By default, [Dreamdata](https://dreamdata.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) uses user emails and your CRM data to map user activites to accounts and attribute the value correctly. Adding Group calls using Segment will give a more precise attribution and ensure that all activities are attributed to the right account.
0 commit comments