Skip to content

Commit 234ef4f

Browse files
committed
docs: update README
1 parent d72c7b7 commit 234ef4f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ Adjust.start(adjustConfig);
173173

174174
Since August 1st 2014, apps in the Google Play Store must use the [Google Advertising ID](https://developer.android.com/google/play-services/id.html) to uniquely identify devices. To allow the Adjust SDK to use the Google Advertising ID, make sure to add latest version of [`play-services-ads-identifier`](https://mvnrepository.com/artifact/com.google.android.gms/play-services-ads-identifier?repo=google) AAR into the `Assets/Plugins/Android` folder of your Unity project.
175175

176+
If you are using `Google External Dependency Manager` plugin, you can also add this dependecy by stating it inside of your `Dependencies.xml` file:
177+
178+
```xml
179+
<androidPackages>
180+
<androidPackage spec="com.google.android.gms:play-services-ads-identifier:18.0.1" />
181+
</androidPackages>
182+
```
183+
176184
#### Testing for the Google advertising ID
177185

178186
To check whether the Adjust SDK is receiving the Google advertising ID, start your app by configuring the SDK to run in `sandbox` mode and set the log level to `verbose`. After that, track a session or an event in the app and check the list of parameters recorded in the verbose logs. If you see the `gps_adid` parameter, our SDK has successfully read the Google advertising ID.
@@ -208,6 +216,14 @@ The Adjust post-build process makes sure that SDK will be able to capture the Go
208216

209217
To add support for the Google Play Referrer API, download the latest [install referrer library](https://mvnrepository.com/artifact/com.android.installreferrer/installreferrer) AAR from Maven repository and place it into your `Plugins/Android` folder.
210218

219+
If you are using `Google External Dependency Manager` plugin, you can also add this dependecy by stating it inside of your `Dependencies.xml` file:
220+
221+
```xml
222+
<androidPackages>
223+
<androidPackage spec="com.android.installreferrer:installreferrer:2.2" />
224+
</androidPackages>
225+
```
226+
211227
#### <a id="qs-huawei-referrer-api"></a>Huawei Referrer API
212228

213229
As of v4.21.1, the Adjust SDK supports install tracking on Huawei devices with Huawei App Gallery version 10.4 and higher. No additional integration steps are needed to start using the Huawei Referrer API.

0 commit comments

Comments
 (0)