


Value parameter: value is a general purpose parameter that is useful for accumulating a key metric that pertains to an event. If your app is linked to a BigQuery project. Do this via: Analytics > Events > Manage Custom Definitions >ĭefinitions that may be applied to every report.Ĭustom parameters are also included in data Metric to ensure those custom parameters appear in Analytics You've logged a custom parameter using the SDK, register the dimension or You can use custom dimensions for non-numerical event parameter data andĬustom metrics for any parameter data better represented numerically. In addition to the prescribed parameters, you can add the following parametersĬustom parameters: Custom parameters can be used as System diagnostic events are used to record certain system-level events (such as garbage collection, activity.
EVENT LOG ANDROID STUDIO HOW TO
The following example demonstrates how to log a select_content event: Access to the system diagnostic event record.

You can find implementation details for several events and their parameters in You benefit from the latest Google Analytics features as they become available. Make sense for your app and their prescribed parameters. Note: To get the maximum detail in reports, log the recommended events that To help you get started, the Analytics SDK defines a number of recommendedĮvents that are common among different types of apps, including retail andĮcommerce, travel, and gaming apps. If you're already familiar with Google Analytics, this method is Make sure that you've set up your project and can access Analytics as described in Names are case-sensitive and that logging two events whose names differ only inĬase will result in two distinct events. There is no limit on the total volume of events your app logs. If your app needs to collect additionalĭata, you can log up to 500 different Analytics Event types in your app. This guide shows you how to log events in your app.Įvents provide insight on what is happening in your app, such as user
