How do I determine the event's source based on raw data?

The raw event data obtained from the Logs API doesn't include information about the event's source. Events come with the appmetrica_device_id user ID. The reports use this ID to determine that the event is associated with a specific user, whose source is identified at the installation time.

The source information is included in the exported installation data, which also includes appmetrica_device_id.

You can extract installation and event data and then use the VLOOKUP function or any other convenient method to identify the user in each table by appmetrica_device_id. This will allow you to retrieve fields from the settings table that correspond to the event and are linked to the attribution. For example:

  • click_id

  • click_url_parameters

  • publisher_name

  • tracker_name

  • tracking_id

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

Contact support