Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit fd97205

Browse files
committed
Update readme with env file id
1 parent 28dfbbc commit fd97205

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Documentation/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ For more information on how to get the config app id from launch check this [doc
1515

1616
## Configuration
1717
To enable advertising identifier features in the sample app, follow these steps:
18-
1. Update the value for key `gms_ads_app_id` located in the `secrets.xml` at [aepsdk-sample-app-android/Sample-App/app/src/main/res/values](../Sample-App/app/src/main/res/values/secrets.xml) with a valid Google AdMob app ID.
18+
1. Set your `ENVIRONMENT_FILE_ID` in MainApp.java.
19+
2. Update the value for key `gms_ads_app_id` located in the `secrets.xml` at [aepsdk-sample-app-android/Sample-App/app/src/main/res/values](../Sample-App/app/src/main/res/values/secrets.xml) with a valid Google AdMob app ID.
1920
- See Google's [quick start reference](https://developers.google.com/admob/android/quick-start) on how to get your AdMob app ID. See step 3 of the [Configure your app](https://developers.google.com/admob/android/quick-start#import_the_mobile_ads_sdk) section for a free public test app ID from Google.
2021
- Any real key values in the `secrets.xml` file should **not** be committed to the repository.
21-
2. Uncomment the implemention code using [find and replace](https://www.jetbrains.com/help/idea/finding-and-replacing-text-in-project.html#replace_search_string_in_project) to replace all instances of:
22+
3. Uncomment the implemention code using [find and replace](https://www.jetbrains.com/help/idea/finding-and-replacing-text-in-project.html#replace_search_string_in_project) to replace all instances of:
2223
```java
2324
/* Ad ID implementation
2425
```
@@ -29,7 +30,7 @@ with:
2930
Find and replace default shortcuts in Android Studio:
3031
[<img src="./assets/find-and-replace-shortcuts.png" alt="Default shortcuts for find and replace" width="500"/>](./assets/find-and-replace-shortcuts.png)
3132
32-
3. Sync Project with Gradle files using: File -> Sync Project with Gradle Files
33+
4. Sync Project with Gradle files using: File -> Sync Project with Gradle Files
3334
3435
The app should now be properly configured to use advertising identifier features.
3536

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This repository contains the Android sample app for the AEP SDK.
1717
- Run Android `app` on the emulator or on real device.
1818

1919
## Documentation
20-
### Launch Edge Extensions Prerequisites
21-
App needs to be configured with the following edge extensions in Launch before it can be used:
20+
### Edge Extensions Prerequisites
21+
The app needs to be configured with the following Edge extensions in the Data Collection UI before it can be used:
2222
- [Edge](https://aep-sdks.gitbook.io/docs/foundation-extensions/experience-platform-extension)
2323
- [Edge Identity](https://aep-sdks.gitbook.io/docs/foundation-extensions/identity-for-edge-network)
2424
- [Consent](https://aep-sdks.gitbook.io/docs/foundation-extensions/consent-for-edge-network)

0 commit comments

Comments
 (0)