Hi @BillalKh ,Assuming that you are tracking the URL value in an AA variable you can try these options,New Data: As @bjoern__koth mentioned you can modify your data collection logic for URL to simply use JS replace function to replace /#!/ string like URL.replace("/#!/", "") for fixing any new dataP...