heap / heap-ios-sdk

Heap iOS SDK
4 stars 2 forks source link

Heap formatting event properties #12

Closed carlosmejiagrove closed 1 year ago

carlosmejiagrove commented 1 year ago

Hey guys,

We have been noticing in our Dashboard that Heap is formatting our custom parameter values like a query parameter, something that is not expected in our Analytics team.

So it's converting this

{ pageName: /page/new item }

to this

{ pageName: %20%2Fpage%20%2Fnew%20%2Fitem }

using the method Heap.addEventProperties()

After debugging the network requests of the SDK, we concluded that the SDK is the one doing this.

While I understand why you do this, is causing trouble for our team to read our Analytics based on some custom event properties. I wonder if there is any way to specify the SDK to not do this.

Thank you!

carlosmejiagrove commented 1 year ago

Was told that this is the legacy SDK, looks like the new one got it fixed.