Mobile app version of vmapp.org
Login or Join
Kristi941

: How to filter event flow by category? I have two categories for an event. one for the website and the other for a javascript app. I want to know what's happening in the app and don't want

@Kristi941

Posted in: #GoogleAnalytics

I have two categories for an event. one for the website and the other for a javascript app.

I want to know what's happening in the app and don't want to see the website events like page views etc.

Is this possible?

Also, I found that my own javascript app sends traffic to a intermediary page and it shows up. How do I prevent this from happening? I want to make sure that a particular page on my website does not get counted towards pageview.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

1 Comments

Sorted by latest first Latest Oldest Best

 

@Debbie626

You can create a custom segment that includes users that had a specific event category during their session:



When you reach the events flow report, use that one and the data will be filtered accordingly.

As for ignoring that page, you can exclude it from the reports using a filter. Go to admin-->filters and create a filter like the following:



The "Filter Pattern" require a regex expressions. You can use:

.*{the specific URL without the www.}

If you have changing parameters at the end of the URL you can add .* at the end of the above expression. It will make sure that everything after this URL will be excluded as well.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme