Greetings Amplitude Community,
Together with my team, we are currently doing some integration work with amplitude, both on client and server-side. Some events will be tracked from the mobile app (via SDK) and some from our backend system.
If the client app calls setOptOut(true) for a user X, does it mean that tracking has been disabled for the user globally? As in… if after opting out in the client side, our backend tries to track an event on behalf of the same user X, would this event be tracked?
the SDK documentation states:
Users may wish to opt out of tracking entirely, which means Amplitude doesn't track any of their events or browsing history.
OptOut
provides a way to fulfill a user's requests for privacy
But it is not clear to me whether entirely means also in terms of backend calls (or from another device associated to the same user, say the user has also our app installed on an ios phone)
Thanks in advance