I'm new to Google Analytics as of yesterday. I need to test click events one of our sites with an existing Master View. There are numerous resources that explain why a Test View should be created and used, but I am fruitless to find how to best implement it without impacting the Master View (or other views I'll create down the road). So I turn to SO...
I see the Real Time events coming through on the Master View, Test View and Raw View, but the eventCategory/eventAction/eventLabel naming I ran aren't "clean" as I was testing them for my first experience using the service. I can live with the results for now, but is preferred that the Master View be excluded, of course.
My guess of a solution is to have the Master View exclude the new events I'm creating using a filter which I can do before or after the fact to clear the results - based on my understanding here https://blog.kissmetrics.com/avoid-corrupting-analytics-data/. This seems super hacky though and I will be setting up new views for other reasons down the road and don't want to do this for every new view.
I am aware of solutions to block local data (Google Analytics Event tracking: how to avoid sending data for local test?), but I want to see the results in GA for future testing purposes.
Sorry if I'm being dense on this, but there just doesn't seem to be any explicit instruction on how to test with Test View from what I've searched so far. Your help is very much appreciated!