Skip to content

Commit 609baa6

Browse files
authored
Merge pull request #7683 from segmentio/adjust-in-app-events
Added steps on sending in-app events to Segment [DOC-1131]
2 parents b4ca4af + e531ec8 commit 609baa6

File tree

1 file changed

+9
-0
lines changed
  • src/connections/destinations/catalog/adjust

1 file changed

+9
-0
lines changed

src/connections/destinations/catalog/adjust/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@ The destination will automatically recognize the spec'd `orderId` property, and
231231

232232
If you're using Adjust's iOS SDK, it will automatically takes care of duplicate purchase events. Segment uses Adjust's default deduplication (using `transactionId`) when you send an `orderId` (see the [ecommerce spec](/docs/connections/spec/ecommerce/v2/#order-completed)).
233233

234+
### Sending in-app events from Adjust to Segment
235+
236+
Customers can forward in-app events from Adjust to Segment by following these steps:
237+
238+
1. Navigate to the Segment module within the Adjust dashboard.
239+
2. Go to the **Data sharing** section.
240+
3. Use the **Map your events** option to select and map the in-app events you'd like to forward to Segment.
241+
234242
### In-app purchase receipts
235243

236244
The destination does not currently support in-app purchase receipts. If this is important to you, [reach out to support](https://segment.com/help/contact/){:target="_blank”}.
@@ -246,3 +254,4 @@ By default, our destination enables event buffering for Adjust. This saves your
246254
### Deep linking
247255

248256
The destination does not automatically support deep linking out of the box (you'd need to write code here regardless). This means you can use [Adjust's deep-linking](https://github.com/adjust/ios_sdk#7-set-up-deep-link-reattributions){:target="_blank"} by accessing [the Adjust SDK directly](/docs/connections/sources/catalog/libraries/mobile/ios/#faq).
257+

0 commit comments

Comments
 (0)