Skip to content

Commit 7a0ed9a

Browse files
authored
Update index.md
1 parent 1677e38 commit 7a0ed9a

File tree

1 file changed

+5
-5
lines changed
  • src/connections/destinations/catalog/adjust

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ title: Adjust Destination
55

66
[Adjust](https://adjust.com) is the mobile attribution provider of choice for hundreds of organizations across the globe. They unify all your marketing activities into one powerful platform, giving you the insights you need to scale your business. The Adjust Destination is open-source. You can browse the code on GitHub for [iOS](https://github.com/segment-integrations/analytics-ios-integration-adjust) and [Android](https://github.com/segment-integrations/analytics-android-integration-adjust).
77

8-
> info ""
9-
> **Note**: You need to manually implement [these Apple frameworks](https://github.com/adjust/ios_sdk#add-ios-frameworks) to successfully connect Adjust as a desintation.
10-
118
If you notice any gaps, out-dated information or simply want to leave some feedback to help us improve our documentation, [let us know](https://segment.com/help/contact)!
129

1310

@@ -22,7 +19,10 @@ If you notice any gaps, out-dated information or simply want to leave some feedb
2219

2320
### iOS
2421

25-
If you are using iOS, simply add this line to your [CocoaPods](http://cocoapods.org) `Podfile`:
22+
> info ""
23+
> **Note**: You need to add [these iOS frameworks](https://github.com/adjust/ios_sdk#add-ios-frameworks) for attribution purposes in Adjust.
24+
25+
If you are using iOS, add this line to your [CocoaPods](http://cocoapods.org) `Podfile`:
2626

2727
```ruby
2828
pod "Segment-Adjust"
@@ -85,7 +85,7 @@ To use the latest Adjust SDK to collect IDFAs you must do the following:
8585

8686
### Android
8787

88-
If you are using Android, simply add this line to your gradle file:
88+
If you are using Android, add this line to your gradle file:
8989

9090
```java
9191
compile 'com.segment.analytics.android.integrations:adjust:+'

0 commit comments

Comments
 (0)