A Solution Design Reference (SDR) Document indicates that the developer needs to track products in the shopping cart on the retail website. Which data object can be used to track product names?
The data object to use to track product names in the shopping cart on a retail website is DigitalData.cartproduct.productName. This data object contains an array of objects that represent all the products that are currently in the shopping cart. These objects contain information such as the product name, product ID, quantity, and more.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit