This guide covers deploying the Dashboard tag in the My Account area on SAP Commerce Cloud.
Locate the account component
Add a new component (or extend an existing one) under the My Account navigation, commonly alongside the coupons or order history sub-pages.
Inject the tag with the logged in customer's details
Resolve the current customer from your account facade service and populate the parameters below. Locate the account JSP
Typically under the account overview JSP template, or a new tab added to the My Account navigation.
Add the wrapper div and tag
The Dashboard tag page also documents a canonical URL form with the email in the path rather than the query string.
This page requires a logged-in customer context. Make sure the component or JSP is only rendered behind your existing account authentication guard.