Skip to content

Commit

Permalink
Update plugin guides
Browse files Browse the repository at this point in the history
  • Loading branch information
nonelse committed Nov 24, 2015
1 parent 4478765 commit 10165eb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
12 changes: 9 additions & 3 deletions doc/criteo_plugin.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
## Criteo plugin

Integrate adjust with Criteo events by following these steps:
Add the dependency of the adjust sdk with the Criteo plugin:

1. Locate the `plugin` folder inside the downloaded archive from our
```
compile 'com.adjust.sdk:adjust-android-criteo:4.1.5'
```

Or integrate adjust with Criteo events by following these steps:

1. Locate the `plugin/Criteo` 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 `AdjustCriteo.java` and `CriteoProduct.java` files from the
downloaded `plugin` folder into the `plugin` folder in the `adjust` project.
downloaded `plugin/Criteo/com/adjust/sdk/plugin` folder into the `plugin` folder in the `adjust` project.

Now you can integrate each of the different Criteo events, like in the
following examples:
Expand Down
12 changes: 9 additions & 3 deletions doc/sociomantic_plugin.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
## Sociomantic plugin

Integrate adjust with Sociomantic events by following these steps:
Add the dependency of the adjust sdk with the Sociomantic plugin:

1. Locate the `plugin` folder inside the downloaded archive from our [releases page](https://github.com/adjust/android_sdk/releases).
```
compile 'com.adjust.sdk:adjust-android-sociomantic:4.1.5'
```

Or integrate adjust with Sociomantic events by following these steps:

1. Locate the `plugin/Sociomantic` 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 `AdjustSociomantic.java` file from the
downloaded `plugin` folder into the `plugin` folder in the `adjust` project.
downloaded `plugin/Sociomantic/com/adjust/sdk/plugin` folder into the `plugin` folder in the `adjust` project.

4. You know have access to the Sociomantic events methods as well as constants that you should use for property names of your dictionaries:

Expand Down
12 changes: 9 additions & 3 deletions doc/trademob_plugin.md
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]`

Expand Down

0 comments on commit 10165eb

Please sign in to comment.