matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
390 stars 164 forks source link

How do I track events with multiple parameters and not just the 4 that are available in sendEventwithCategory method? #94

Closed akshaykolte closed 8 years ago

akshaykolte commented 8 years ago

I just need to capture some context with the event name and category.

mattab commented 8 years ago

Hello @akshaykolte you will need support for Custom Dimensions: https://piwik.org/docs/custom-dimensions/ At the moment though we are looking for a maintainer for the iOS SDK #91 for Custom Dimensions support to be added #82

akshaykolte commented 7 years ago

Hello Matthieu,

Thanks for the reply. We are currently adding extra fileds using Custom Variables which are supported in the iOS SDK.

We have changed the number of custom variables from 5 to 10 on Piwik Server Side Code.

However the custom variable key-value pair have a maximum length of 200 allowed. Can you help us with changing this limit from 200 to something larger ? We tried altering the column size of the tables on server-side but that doesn't seem to help. Our string gets truncated to 200 chars.

Thanks, Akshay Kolte

On Tue, Sep 27, 2016 at 2:29 AM, Matthieu Aubry notifications@github.com wrote:

Hello @akshaykolte https://github.com/akshaykolte you will need support for Custom Dimensions: https://piwik.org/docs/custom-dimensions/ At the moment though we are looking for a maintainer for the iOS SDK #91 https://github.com/piwik/piwik-sdk-ios/issues/91 for Custom Dimensions support to be added #82 https://github.com/piwik/piwik-sdk-ios/issues/82

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/piwik/piwik-sdk-ios/issues/94#issuecomment-249695721, or mute the thread https://github.com/notifications/unsubscribe-auth/AGg5MzFlftDqBn-eUzgHVpeR0_RQDYr0ks5quDIWgaJpZM4KC4P6 .