botanio / sdk

Botan.io libs & SDK
331 stars 83 forks source link

Botan & Stats in Yandex AppMetrica #57

Closed nzhiltsov closed 8 years ago

nzhiltsov commented 8 years ago

Hi,

how to pass additional parameters for events and show them in the Yandex AppMetrica UI?

I use Java SDK and see the 'message' parameter (of type Object) in 'botan.track' method. However, neither Map, nor JSON formatted String work for it as values.

aydarbiktimirov commented 8 years ago

There's an example of SDK usage for Java: https://github.com/botanio/sdk/blob/master/java/sdk/src/test/java/io/botan/sdk/BotanTest.java#L55

nzhiltsov commented 8 years ago

Ah, OK, thanks. java.util.Map works out too.