amplitude / Amplitude-ReactNative

Official Amplitude React Native SDK
MIT License
81 stars 20 forks source link

How to implement California Consumer Privacy Act (CCPA) #129

Open RodolfoGS opened 2 years ago

RodolfoGS commented 2 years ago

I didn't found any reference in the documentation nor in another issues related to how to implement the "Do Not Sell My Personal Information" option for California users.

I only found information related to how to retrieve the users data and how to delete the data. But anyone know how to implement the "Do Not Sell My Personal Information" option?

yuhao900914 commented 2 years ago

Hi @RodolfoGS. We don't have that functionality yet. Will create a ticket for this request.

justin-fiedler commented 2 years ago

Hi @RodolfoGS to follow up we don't have anything related to "Do not sell my information" but we do have setOptOut and enableCoppaControl methods to limit data collection. Would these work in your use case?

https://github.com/amplitude/Amplitude-ReactNative/blob/main/src/index.ts#L178