The test app needs to be configured with a Data Collection mobile property with the following extensions before it can be used:
- Mobile Core (installed by default)
- Edge Network (this extension)
- Consent for Edge Network
- Identity for Edge Network
- Assurance
See Configure the Edge Network extension in Data Collection UI for instructions on setting up a mobile property.
- In the test app, set your
ENVIRONMENT_FILE_ID
inTestApplication.kt
. - Select the
app-kotlin
runnable with the desired emulator and run the program.
Configure a new Assurance session by setting the Base URL to testapp://main
and launch Assurance in the test app by running the following command in your terminal:
$ adb shell am start -W -a android.intent.action.VIEW -d "testapp://main?adb_validation_sessionid=ADD_YOUR_SESSION_ID_HERE" com.adobe.marketing.mobile.edge.testapp.kotlin
Note
ReplaceADD_YOUR_SESSION_ID_HERE
with your Assurance session identifier.
Once the connection is established and the events list starts getting populated, you can filter the Edge extension events by typing Edge
in the Search Events
search box.
For mode debugging tips, see also the Event Transactions view for Assurance.