Mobile Analytics

This page documents function available when using the Mobile_Analytics module, created with @service Mobile_Analytics.

Index

Documentation

Main.Mobile_Analytics.put_eventsMethod
put_events(events, x-amz-_client-_context)
put_events(events, x-amz-_client-_context, params::Dict{String,<:Any})

The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.

Arguments

  • events: An array of Event JSON objects
  • x-amz-_client-_context: The client context including the client ID, app title, app version and package name.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "x-amz-Client-Context-Encoding": The encoding used for the client context.
source