I am trying to implement google analytics v3 in my application, following the example of Google, and in the example it uses the following command:
MyApp.getGaTracker().set(Fields.SCREEN_NAME, SCREEN_LABEL);
I just want to know what these Fields are. I assume this is a static class, but I cannot find the links. Sorry if I don’t know a bit, but I just can’t find it. Thanks
source
share