> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fairfood.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Analytics - Trace Mobile App

> Google Analytics integrated within the Trace Mobile App allows for the collection of data, enabling the creation of reports that showcase user interaction with the app.

### Event Logs

Custom log events in the Trace Mobile App are generated as event logs each time a user performs an action within the app. These logs store the corresponding action counts and parameters on Google Analytics servers, facilitating better analysis of user interaction with the app.
Below each of them arranged with event name,  parameter keys and possible values.

<CardGroup cols={3}>
  <Card title="filters">
    **filter\_type:**
    *transaction\_filter, payment\_filter*
  </Card>

  <Card title="language_switch ">
    **language:**
    *English, Indonesian*
  </Card>

  <Card title="send_quantity_edited">
    **quantity\_edited:**
    *edited, not\_edited*
  </Card>

  <Card title="transactions">
    **verification\_type:**
    *nfc\_verification, qr\_code\_verification, manual\_verification*

    **transaction\_type:**
    *buy\_transaction, send\_transaction, pay\_farmer*

    **network\_status:**
    *online, offline*
  </Card>

  <Card title="image_selection_for_profile_picture">
    **selection\_method:**
    *gallery, camera*

    **selection\_case:**
    *add\_farmer, edit\_farmer, edit\_profile*
  </Card>

  <Card title="sort_farmer">
    **sort\_by:**
    *created\_descending, created\_ascending, name\_ascending, name\_descending*
  </Card>

  <Card title="sort_farmercard_added_on_farmer_creation">
    **action:**
    *added, skipped*
  </Card>

  <Card title="direct_buy_after_farmer_creation">
    **direct\_buy:**
    *yes, no*
  </Card>
</CardGroup>

### Know more

If you want to know more about how google analytics implemented in Trace Mobile App, checkout the official firebase documentation below
