Analytics widget filters not working

I am trying to use Google Analytics to display a pie chart in my dashboard, which uses data from a pair Event Actionsand Screen Namesent from my Android application. Basically, I would like to track how many times a button is pressed on a particular screen (fragment) (the button performs an action that may be successful or unsuccessful), and also see if it didn’t work or failed to complete.

The screen is tracked with setScreenName()and HitBuilders.ScreenViewBuilder().build();, and the button press event and subsequent result events (pass / fail) are tracked withHitBuilders().EventBuilder().setCategory().setAction().setLabel().build();

Now in my Analytics toolbar, I tried to add 3 filters, one for the screen name, 2nd for the transfer event action and 3rd for the failure event action. However, the widget displays "No data for this view." The only way I get a pie chart is to show something by using only one filter that hits the target with a pie chart.

Does anyone know what I'm doing wrong, and how can I use multiple actions and screen names to display in the same chart widgets in Google Analytics?

+4
source share
1 answer

Create a pie chart showing grouped by GA, . , - : / / , , .

Don't show Only show. , , , .

, Google Analytics , , + /.

enter image description here

+1

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


All Articles