Processing data after receiving from data layer
we've set "Product ID" as evar7 to capture the product info.
The product id looks like: LAPTOP002001, PC200345, the URL looks like: https://example.com/product/laptop002001
Recently, an tech implementation made the URL structure changes: https://example.com/product/laptop002001-dell-xps-13
as a result, server call fires: LAPTOP002001-DELL-XPS-13 to evar7.
Then, in Adobe, we will see 2 values, they are actually same page, same product
| evar 7 | product views |
| LAPTOP002003 | 1800 |
| LAPTOP002003-DELL-XPS-13 | 150 |
Is there a way in Adobe Analytics process the evar and to classify to same product ID? Or it can only accept what is fired from data layer?
| evar 7 | product views |
| LAPTOP002003 | 1950 |
Thank you.