harsh
5
@Christophe_HK you’re right and GDPR is front-of-mind for me given I’m building this in the UK which is (as it stands) part of the EU, but I think it’s more of a secondary issue because if you have a privacy policy which outlines that your IP address data is part of the set of personal data being collected (and if the user gives consent) then it should be fine - you can add in a condition to only build the basket if a user has consented to the cookie banner (although this again is suboptimal UX).
Using IP address data means a user can continue shopping across browser types (chrome, safari, ios, etc) - but could still confuse things if multiple people were building a basket on the same connection, as might be the case with people using public Wifi or perhaps even just multiple members of the same household creating their own baskets - arguably a bigger UX issue than the cookie banner one mentioned above.
Using the temporary user type feels like a way to potentially overcome these IP address related issues, but I’m not sure how exactly to make it happen. @Nocodify - any wisdom on this topic would be much appreciated!
1 Like