Skip to content

Commit 496fbdd

Browse files
author
easteracrobat
committed
proofing
1 parent d6f7216 commit 496fbdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/english/adobe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Integrate adjust with Adobe SDK
1+
## Integrate Adjust with the Adobe SDK
22

3-
To integrate adjust with all tracked events of Adobe SDK, you must send adjust attribution data to Adobe SDK after receiving the attribution response from our backend. Follow the steps of the [attribution callback][attribution-callback] chapter in our Android SDK guide to implement it. The callback method can be set as the following, to use the Adobe SDK API:
3+
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:
44

55
```java
66
public class YourApplicationClass extends Application {
@@ -41,7 +41,7 @@ public class YourApplicationClass extends Application {
4141
}
4242
```
4343

44-
Before you implement this interface, please take care to consider [possible conditions for usage of some of your data][attribution-data].
44+
Before you implement this interface, please take care to consider the [possible conditions for usage of some of your data][attribution-data].
4545

4646
[attribution-data]: https://github.com/adjust/sdks/blob/master/doc/attribution-data.md
4747
[attribution-callback]: https://github.com/adjust/android_sdk#attribution-callback

0 commit comments

Comments
 (0)