From 1da06f47dde48d737891176659b1644282e9a418 Mon Sep 17 00:00:00 2001 From: Sharon Adewusi Date: Tue, 17 Jun 2025 15:43:04 +0100 Subject: [PATCH 1/2] Added steps on sending in-app events to Segment [DOC-1131] --- src/connections/destinations/catalog/adjust/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/connections/destinations/catalog/adjust/index.md b/src/connections/destinations/catalog/adjust/index.md index f01340d82f..4a799461bb 100644 --- a/src/connections/destinations/catalog/adjust/index.md +++ b/src/connections/destinations/catalog/adjust/index.md @@ -231,6 +231,14 @@ The destination will automatically recognize the spec'd `orderId` property, and 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)). +### Sending in-app events from Adjust to Segment + +Customers can forward in-app events from Adjust to Segment by following the steps below: + +1. Navigate to the Segment module within the Adjust dashboard. +2. Go to the **Data sharing** section. +3. Use the **Map your events** option to select and map the in-app events you'd like to forward to Segment. + ### In-app purchase receipts 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 ### Deep linking 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). + From e531ec8bd5ae735475b733aa6716943ba1ad6876 Mon Sep 17 00:00:00 2001 From: Sharon Adewusi Date: Thu, 26 Jun 2025 16:54:53 +0100 Subject: [PATCH 2/2] Rewording Co-authored-by: pwseg <86626706+pwseg@users.noreply.github.com> --- src/connections/destinations/catalog/adjust/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/adjust/index.md b/src/connections/destinations/catalog/adjust/index.md index 4a799461bb..68660c6a4e 100644 --- a/src/connections/destinations/catalog/adjust/index.md +++ b/src/connections/destinations/catalog/adjust/index.md @@ -233,7 +233,7 @@ If you're using Adjust's iOS SDK, it will automatically takes care of duplicate ### Sending in-app events from Adjust to Segment -Customers can forward in-app events from Adjust to Segment by following the steps below: +Customers can forward in-app events from Adjust to Segment by following these steps: 1. Navigate to the Segment module within the Adjust dashboard. 2. Go to the **Data sharing** section.