snowplow / snowplow-flutter-tracker

Snowplow event tracker for Flutter apps
Apache License 2.0
5 stars 8 forks source link

Configure custom POST path #15

Closed erickok closed 1 year ago

erickok commented 1 year ago

Unlike your iOS, Android (customPostPath) and web (postPath) SDKs, it seems to be impossible to override the path with a custom path. Our infrastructure follows the suggested setup where we use a custom path (instead of com.snowplow) to hopefully prevent ad/tracking blockers from intercepting the analytics calls, yet from Flutter we cannot set our own path and thus it is impossible to track. This is a blocker issue for us.

Please add support for setting the postPath/customPath from Flutter.