Skip to content

Added steps on sending in-app events to Segment [DOC-1131] #7683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/connections/destinations/catalog/adjust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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”}.
Expand All @@ -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).