Namespace: analytics

Métodos

exampleAnalyticsEvent

estático

exampleAnalyticsEvent () retorna functions.analytics.AnalyticsEvent

Busque um exemplo AnalyticsEvent já preenchido com dados.

Devoluções

non-null functions.analytics.AnalyticsEvent

makeAnalyticsEvent

estático

makeAnalyticsEvent (fields) retorna functions.analytics.AnalyticsEvent

Função para criar um evento Analytics.

Parâmetro

Campos

Objeto

Campos de AnalyticsEvent para especificar. Pode ser qualquer subconjunto dos campos em functions.analytics.analyticsEvent .

O valor não deve ser nulo.

Devoluções

non-null functions.analytics.AnalyticsEvent