Skip to content

Commit a82ee9d

Browse files
authored
Update adobe.md
1 parent 396b013 commit a82ee9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/english/adobe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Integrate adjust with 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 delegate function can be set as the following, to use the Adobe SDK API:
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:
44

55
```java
66
public class YourApplicationClass extends Application {
@@ -39,4 +39,4 @@ public class YourApplicationClass extends Application {
3939
Before you implement this interface, please take care to consider [possible conditions for usage of some of your data][attribution_data].
4040

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

0 commit comments

Comments
 (0)