We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use amplitude for my flutter project. I need values City, Country, Region, Device... I disabled CoppaControl:
await _analytics.disableCoppaControl();
but my User Properties is empty:
Fields "last seen" is updated, but I cannot see the values for any of the fields.
how do i fix it?
The text was updated successfully, but these errors were encountered:
Hello, you don't need to call disabledCoppaControl to make those fields showing up. Coppa Control is OFF by default.
disabledCoppaControl
I don't know why those fields not showing up for you. Is it for all the event or just one specific event?
Sorry, something went wrong.
Closing due to lack of activity
No branches or pull requests
I use amplitude for my flutter project. I need values City, Country, Region, Device... I disabled CoppaControl:
await _analytics.disableCoppaControl();
but my User Properties is empty:
Fields "last seen" is updated, but I cannot see the values for any of the fields.
how do i fix it?
The text was updated successfully, but these errors were encountered: