Skip to content

Commit

Permalink
Merge pull request #271 from adjust/typo-fix
Browse files Browse the repository at this point in the history
typo-fix
  • Loading branch information
uerceg authored Jan 30, 2017
2 parents 00bae90 + a8ba1cf commit 3d19846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/english/adobe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Integrate Adjust with the Adobe SDK

To integrate Adjust with all Adove SDK tracked events, you must send your Adjust attribution data to the Adobe SDK after receiving the attribution response from our backend. Follow the steps in the [attribution callback][attribution-callback] chapter of our Android SDK guide to implement this. To use the Adobe SDK API, the callback method can be set as the following:
To integrate Adjust with all Adobe SDK tracked events, you must send your Adjust attribution data to the Adobe SDK after receiving the attribution response from our backend. Follow the steps in the [attribution callback][attribution-callback] chapter of our Android SDK guide to implement this. To use the Adobe SDK API, the callback method can be set as the following:

```objc
- (void)adjustAttributionChanged:(ADJAttribution *)attribution {
Expand Down

0 comments on commit 3d19846

Please sign in to comment.