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/adjust/index.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ After you build and release to the App Store, Segment automatically starts trans
115
115
116
116
### Server
117
117
118
-
Our Cloud-mode integration allows you to send *supplemental* data to Adjust. This, however, *does not* include attribution events. If you are relying on the Adjust server-side component, and you are not bundling the Segment-Adjust SDK, your installs will not be attributed. E-commerce events and other general `track` events are supported out of the box. You **must** map your `track` events to your custom Adjust Event Token in your [Adjust destination settings](#map-your-events-to-custom-adjust-event-tokens).
118
+
The Cloud-mode integration allows you to send *supplemental* data to Adjust. This*does not* include attribution events. If you rely on the Adjust server-side component, and do not bundle the Segment-Adjust SDK, your installs will not be attributed. E-commerce events and other general `track` events are supported out of the box. You **must** map your `track` events to your custom Adjust Event Token in your [Adjust destination settings](#map-your-events-to-custom-adjust-event-tokens).
119
119
120
120
Additionally, to send any events to Adjust from the server, you must include the `device.id` as well as the `device.type` in the context object of your event. For example:
121
121
@@ -136,6 +136,13 @@ analytics.track({
136
136
});
137
137
```
138
138
139
+
For iOS and Android, Device ID and Advertising ID map to Segment as follows:
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
@@ -174,16 +181,16 @@ Segment will trigger an `Install Attributed` event if you have **trackAttributio
174
181
175
182
Using Adjust's [Attribution callback](https://github.com/adjust/ios_sdk#attribution-callback), Segment listens for an attribution change from Adjust's SDK and triggers the call with the following Adjust attribution parameters:
176
183
177
-
| Key | Value | Description |
178
-
|--:|---|---|
179
-
|provider | Adjust | hardcoded by Segment |
180
-
| trackerToken | attribution.trackerToken | the tracker token of the current install |
181
-
| trackerName | attribution.trackerName | the tracker name of the current install |
182
-
| campaign.source |attribution.network | the network grouping level of the current install |
183
-
| campaign.name | attribution.campaign | the campaign grouping level of the current install |
184
-
| campaign.content | attribution.clickLabel | the click label of the current install |
185
-
| campaign.adCreative | attribution.creative | the creative grouping level of the current install |
186
-
| campaign.adGroup | attribution.adgroup | the ad group grouping level of the current install |
| trackerToken | attribution.trackerToken | the tracker token of the current install|
188
+
| trackerName | attribution.trackerName | the tracker name of the current install|
189
+
| campaign.source |attribution.network | the network grouping level of the current install|
190
+
| campaign.name | attribution.campaign| the campaign grouping level of the current install |
191
+
| campaign.content | attribution.clickLabel | the click label of the current install|
192
+
| campaign.adCreative | attribution.creative | the creative grouping level of the current install |
193
+
| campaign.adGroup | attribution.adgroup| the ad group grouping level of the current install |
187
194
188
195
If any value is unavailable, it will default to nil. This call will be sent to all enabled [device and cloud mode](/docs/connections/destinations/#connection-modes) destinations.
0 commit comments