"TEST_DEVICE_ID" is just the place for the unique identifier of your device.
It should be replaced with something like:
adRequest.addTestDevice("3E4409D3BCF2XXXXX5D87F53CD4XXXXX");
To find the identifier of your device: run the application with adRequest.addTestDevice("TEST_DEVICE_ID");
in the code, this will output your device ID to the log. Find the logcat trace for the INFO message containing the text:
adRequest.addTestDevice
source share