Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Google Analytics subdomain filter is filtering out virtual page views I have a reporting view setup with a filter to show only the traffic to the subdomain. I can see in realtime view that

@Ravi8258870

Posted in: #Filtering #Google #GoogleAnalytics #Tracking

I have a reporting view setup with a filter to show only the traffic to the subdomain. I can see in realtime view that it is correctly showing only traffic to the subdomain. However, it seems that no virtual page views are getting through the to this reporting view.

If i view the standard unfiltered view I can see the virtual page views are firing correctly.

The filter I have is as follows:


Predefined,
Include Only
Traffic to the hostname
That contain
xxxx.example.com

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

The only thing that I can think of is that maybe the host name is not getting set correctly. When you send the virtual pageview you could set it explicitly like this:

ga('set', 'hostname', 'xxxx.example.com');
ga('set', 'page', '/new-page.html');
ga('send', 'pageview');

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme