I have been tracking website users using a custom segment with Google Analytics. However, my company added a business unit and I want to make sure I keep the data unpolluted with web visits to new unit.
What is the best way to add s filter where anyone who goes to the webpage for the new unit, is not counted? For example, if they go to oldunit.html I want to count them. However, if they go to NewUnit.html I don't want to count the visit to NewUnit.html. Just the one to oldunit.html.
I tried the "Does not Contain" filter, but the amount being removed does not match the number of people that are showing up as traffic to the NewUnit.html.