If you do not want to have the tracking fragment shown on the page the user lands on, or the fragment does not work with your shop platform, you can remove the fragment from the URL. If you do this, you will have to add a click handler to the products in your product recommendations or search. This click handler will ensure that click tracking is sent to Hello Retail even if the tracking fragment is not on the link. The click handler must call the method ADDWISH_PARTNER_NS.api.tracking.track_click
with the value from the fragment as a parameter. A bare-bones implementation of this could look something like this: