amplitude/Amplitude-Flutter

User Properties values is empty - how fix it?

FetFrumos opened this issue · 1 comments

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:

image

Fields "last seen" is updated, but I cannot see the values for any of the fields.

image

how do i fix it?

Hello, you don't need to call disabledCoppaControl to make those fields showing up. Coppa Control is OFF by default.

I don't know why those fields not showing up for you. Is it for all the event or just one specific event?