You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adjust/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ title: Adjust Destination
5
5
6
6
[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).
7
7
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
-
11
8
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)!
12
9
13
10
@@ -22,7 +19,10 @@ If you notice any gaps, out-dated information or simply want to leave some feedb
22
19
23
20
### iOS
24
21
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`:
26
26
27
27
```ruby
28
28
pod "Segment-Adjust"
@@ -85,7 +85,7 @@ To use the latest Adjust SDK to collect IDFAs you must do the following:
85
85
86
86
### Android
87
87
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:
0 commit comments