In Firebase Analytics I can create a custom event like SELECT_CONTENT event

In SELECT_CONTENT (assembly firebase in the event) have a hierarchy of options:
SELECT_CONTENT

> CONTENT_TYPE

> ITEM_ID


and when you enter SELECT_CONTENT on the "Events" tab in the dashboard, you will pass through them in that order - like Google Analytics (category> action> tag)

Now, when I create an event:
MY_EVENT_NAME

> MY_FIRST_PARAM

> MY_SECOND_PARAM

and then enter the event in the control panel, I just view the topic "2 Param" to their counter, but they can not be interactive, so it is not linked to another, that makes sense, because I haven't done anything that suggests their hierarchy to Firebase.

So my question is: Is there a way to make it work like SELECT_CONTENT and other inline events? (If not, this is really disappointing) :)

+3


source to share





All Articles