amplitude / unity-plugin

Official Amplitude Unity Plugin
https://developers.amplitude.com/docs/unity
MIT License
44 stars 34 forks source link

User property prepend/preInsert/postInsert/remove are not supported #69

Closed lebek closed 3 years ago

lebek commented 3 years ago

The Android and iOS SDKs both support user property prepend, preInsert, postInsert, and remove:

Android: https://developers.amplitude.com/docs/android#arrays-in-user-properties iOS: https://developers.amplitude.com/docs/ios#arrays-in-user-properties

It would be great if we could support them in the Unity plugin as well.

dantetam commented 3 years ago

Hello @lebek ,

Thanks for calling this out. We just added these functions to Android. Makes sense for Unity. It's been added to the backlog. Targeting for next sprint 4/26 - 5/7.

yuhao900914 commented 3 years ago

Hello @lebek , Thanks for your patient. We want to let you know the user property prepend, preInsert, postInsert, and remove functions are been supported in the latest unity-plugin v2.2.0. I will close this feature request since it has been implemented.

lebek commented 3 years ago

Great news, thanks!