Add SDK setup guide to Adjust integration page#160
Closed
Conversation
Add client-side code examples for passing the Adjust device ID and IDFA to Superwall across all platforms (iOS, Android, Flutter, Expo/RN). The existing page only covered dashboard configuration but was missing the actual SDK code developers need to write. Also updates the iOS setIntegrationAttributes reference to list all common IntegrationAttribute types including .adjustId. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 01ec155 | Commit Preview URL Branch Preview URL |
Apr 07 2026, 10:55 AM |
- ADJConfig init returns optional, use force-unwrap for initSdk - Use useUser() hook from expo-superwall instead of Superwall.shared - Use Adjust callback-based getAdid() instead of async/await Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
@Makisuo did you still need me to look at this or did we change directions? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
content/docs/integrations/adjust.mdx) with working code examples for all platforms:AppDelegateexample with ATT permission request, Adjust device ID, and IDFAsetIntegrationAttributewith Adjust SDKsetIntegrationAttributeswith Adjust SDKsetIntegrationAttributesSDK reference to list all commonIntegrationAttributetypes (was missing.adjustId,.appsflyerId,.brazeAliasName, etc.)The existing Adjust page only covered dashboard configuration. Developers had no code examples for actually wiring up the SDK side — this was the most common gap when trying to integrate Adjust with Superwall.
Test plan
fumadocs-mdxgenerates without errors — confirmed)setIntegrationAttributesreference page shows the updated attribute list🤖 Generated with Claude Code