Google Analytics SDK for Android v2 (beta) setCustomVar ()

As Google mentions in:

Custom variables are not currently supported in version 2, and setCustomVar () calls must be removed.

So, I wanted to know what I need to do until I support this method?

+4
source share
1 answer

CustomVar are being replaced by CustomDimensions in SDK 2.0, as well as the upcoming universal analytics. Now you are allowed to use 20 CustomDimensions in a standard GA account instead of 5 Customvar in the previous architecture.

+1
source

Source: https://habr.com/ru/post/1446638/


All Articles