Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I view event parameters with Facebook Analytics App Events?

I'm using Facebook analytics in my Android app to log app events - I'm seeing the correct tracking of app events and am able to view them in my Facebook App Analytics dashboard.

However, I have no idea where parameters that I attach to each event are displayed. Some of them are automatically summed and shown - for instance, purchases or other values. For other, string-based parameters, however, I'm unable to figure out where I can view them.

As an example:

Say every time something goes wrong in my app, I log an event named "Error". I then pass the parameter named AppEventsConstants.EVENT_PARAM_DESCRIPTION a string description - so this might be "App Crashed" or "No Internet Connection" or something. Let's say one of each happens.

When I go to view my analytics, I will correctly see that there have been two "Error" events. But now I want to know whether these were instances of "App Crashed" or "No Internet Connection" - presumably that's what the point of the parameters is. How do I do this? I've googled and clicked everything I can think of, but haven't found a way to see the parameter breakdown of an event.

like image 784
amn Avatar asked Feb 26 '16 06:02

amn


People also ask

How do I see event parameters in Google Analytics?

You can always click the Parameter reporting tab on top of the All events report to see a list of the events that have custom parameters enabled, and you can click the event name to edit the parameters. Once you see the parameter selector, you can search for the parameters name in the list.

What are event parameters in Facebook?

Events are tied to actions people take in your app or on your website, like making a purchase. Parameters contain more detail about that action, like the value of a purchase. Setting up event parameters can help you improve your Meta advertising because it enables you to: Unlock Meta advertising tools.


1 Answers

I can confirm that it is troublesome to find and the name has been changed to "Breakdowns"...

  • Activity -> Breakdowns
  • click "Create New" in upper right
  • give the report a NAME
  • select the top level event from the EVENT pop-up
  • select one or more parameters to report on from the 3 BREAKDOWN pop-ups (note that your custom parameters appear at the bottom of these menus)
like image 138
photogrammer Avatar answered Oct 04 '22 21:10

photogrammer