-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
## Trademob plugin | ||
|
||
Integrate adjust with Trademob events by following these steps: | ||
Add the dependency of the adjust sdk with the Trademob plugin: | ||
|
||
1. Locate the `plugin` folder inside the downloaded archive from our | ||
``` | ||
compile 'com.adjust.sdk:adjust-android-trademob:4.1.5' | ||
``` | ||
|
||
Or integrate adjust with Trademob events by following these steps: | ||
|
||
1. Locate the `plugin/Trademob` folder inside the downloaded archive from our | ||
[releases page](https://github.com/adjust/android_sdk/releases). | ||
|
||
2. Open the `adjust` module in Android Studio and locate the | ||
`plugin` package folder in `adjust/java/com/adjust/sdk`. | ||
|
||
3. Drag the `AdjustTrademob.java` and `TrademobItem.java` files from the | ||
downloaded `plugin` folder into the `plugin` folder in the `adjust` project. | ||
downloaded `plugin/Trademob/com/adjust/sdk/plugin` folder into the `plugin` folder in the `adjust` project. | ||
|
||
For questions regarding this plugin, please reach out to `[email protected]` | ||
|
||
|