The ‘Java enabled’ dimension determines if the browser at the time has Java enabled. It is helpful in cases where you want to introduce Java-based functionality on your site and want to know how many visitors already have Java enabled. For those who have Java disabled, you can provide an alternative or instructions on how to enable it.
This dimension retrieves data from the v
query string in image requests. AppMeasurement collects this data by detecting if Java is enabled in the browser. If you use an AppMeasurement library (such as through tags in Adobe Experience Platform), this dimension works out of the box. If you use a data collection method outside of AppMeasurement (such as through the API), make sure that you include the v
query string parameter containing “Y” or “N” if you would like to use this dimension.
Dimension items include “Enabled”, “Disabled”, and “Unknown”.
v
query string contained the value “Y”.v
query string contained the value “N”.v
query string was not present in the image request.