-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplitude is logging wrong User properties for flutter SDK #159
Comments
Hello @viveksaruk thanks for using Amplitude. I tested setting/clearing user properties from the Flutter SDK using our example app here and it works as expected. Your output shows a majority of the events have the expected value you provided of Is it possible you are setting these values in another location? How are the other non-active values being set (e.g. |
@justin-fiedler We are sending only Active value. Neither we are sending In Grace Period, Not Started and remaining non-active values too. |
Hi @viveksaruk, user properties are shared across platforms. Is it possible that another SDK (e.g. web) is setting the other values? If you provide a link to your project (or your org name/id) I can take a look and try to find how those values are being ingested. Thanks |
Is this happening on a specific platform? iOS/Android/Web? |
@justin-fiedler Org ID is 185225 |
Hi @viveksaruk I checked a few of your projects. I was only able to find I created a chart grouped by Hope this helps! Let me know if there is another project I should check. |
@justin-fiedler I found this in Production but it has User Subscriber Status instead of subscriber_status (we send this from mobile which can be seen in the code snippet shared above) |
Hi @viveksaruk, it seems that it is set by imported events from Braze. There is an example
Also Close this issue as it's not a SDK problem. |
Expected Behavior
It should not set any property if not applied.
Current Behavior
It is applying wrong properties if not set any property/identity
Possible Solution
Steps to Reproduce
Below is the screenshot where we can see the Subscriber status getting wrongly applied. (The remaining columns are the params we send in the analytics call)
In code, we either set the identity/property as Active or nothing as a subscriber_status. But somehow the wrong are getting applied or applied as an array.
Environment
The text was updated successfully, but these errors were encountered: