Purging old or inactive profiles in Oracle CX Commerce
Content
Introduction
To reduce your data footprint and also for security reasons, it is a best practice to purge old or inactive profiles in your instance.
This can be achieved by listing these accounts using various attributes, like the following ones:
- lastPurchaseDate
- firstPurchaseDate
- lastPurchaseAmount
- lifetimeAOV
- active
- lastVisitDate
- previousVisitDate
- numberOfOrders
- numberOfVisits
- firstVisitDate
- lastActivity
This article will quickly describe how to work with profiles and make various queries using API.
0