Ajax Privacy
This section describes the methods available within the "Privacy" family of Ajax methods. Using these methods you can access and manipulate information related to the customers privacy, which is useful for GDPR regulations.
Ajax Method Group: Ajax_Frontend_Privacy
deleteRecentlyViewed
Overview
Permission Required: None
Method Call: /ajax/Ajax_Frontend_Privacy/deleteRecentlyViewed
Aurora Demo Example URL: https://demo.auroracommerce.com/
The deleteRecentlyViewed method allows you to delete all the recently viewed items that a customer recently looked at. These are stored within the Aurora database and are removed from there.
deleteAllCookies
Overview
Permission Required: None
Method Call: /ajax/Ajax_Frontend_Privacy/deleteAllCookies
Aurora Demo Example URL: https://demo.auroracommerce.com/
The deleteAllCookies method allows you to delete all the cookies set on this domain for that user.
Updated over 2 years ago