Google Analytics Content Drill down by page level - google-analytics

I have been asked to generate a report with the top 25 and bottom pages of the website (number of pageviews and unique pageviews only)..but excluding certain pages. The structure is topic/subtopic/sub-subtopic/sub-sub-subtopic,(goes down 3 of 4 levels for most pages) with 6 overall topics. I only want to report on the most granular level, be it 3, 4 or 5. Is there an efficient way to do this, that future proofs the site as more pages or subtopics get added over time?
I have tried to do this manually getting the reports via content drill down and working in excel and it requires lots of macros, was hoping to be able to limit the data via GA.

Have you tired creating a custom report that just looks at pageviews, unique pageviews, and uses page path level 3 and page path level 4 as your dimensions? You can then add a filter to get at whatever subtopic you'd like, and save the report.

Related

Users that View pages 5 times

I have a number of different product pages and i'm interested in seeing how many users view each product more than 5 times. I understand I can do this for one of them with a segment and sequence, but I have too many pages that i'm interested in tracking. Could I do this with a custom metric? Maybe a calculated metric in analytics or data studio?
there's no reasonable way to do that because Google Analytics metrics are reported in an aggregated way and there's no way to introduce some custom conditions like 'if metric X is greater than N for specific user' other than segments.
the only way is to implement custom tracking that would watch for the number of page views for a particular page/product and then send data to analytics when a specific number of page views is reached.

Are goals the only way to track conversion rate of non-landing pages, in Google Analytics

It seems easy to look at conversion rates of landing pages in google analytics via:
behaviour > site content > landing pages
(there's an 'ecommerce conversion rate' column displaying conversion rate for each landing page).
However, if I want to look at the conversion rate for a page that a user wouldn't "land" on / enter the site on, such as a search results page, i can't work out how to do this.
Other than setting up goals. I wondered if there was an easier way?
Ideally - when i go to:
site content > all pages
If it had the ecommerce column, that would be ideal. But doesn't seem possible.
You can create Segments and analyze their Conversionrates. However pages can not have conversionrates because a page can be visited multiple times within one session, whereas landingpages and channels are 1:1 connected to one session. Within a segment you can set the condition "page contains /xyz/" this way you create a session scope for a hit condition.

roll up similar pages into some kind of "page type"

I've got an app that has a /restaurants URL, which lists restaurants.
Each restaurants has a URL like: /restaurants/
So, GA reports pages views like:
/restaurants
/restaurants/1234
/restaurants/3456
This means that when I view the "Behavior Flow" tab in GA, there are hundreds of little boxes for each individual restaurant. It would be more informative (in some cases) to lump all 'restaurant' pages together.
However -- I do not want to do away with the granular URL identifiers for each different restaurant all together, because that it is useful in some other reporting.
So, should I be passing some different data with each page view? Should I use events? Ideally, this is a change to the code that is reporting data so that I don't have to add some configuration change to every view that uses this data.
I'd suggest to use Content Grouping, which can be set on View level. In your case, use rule definition for creating a page group of restaurants, which can be later used as a dimension in your reports. E.g. create a page group Restaurants, and define a rule for Page containing /restaurants/
This way, you won't need to alter basic data collection, and you'll still access per restaurant details in Page reports.
However, if you'd have more than 5 of these content groups, you might consider a different logic for grouping.

Suspiciously high frequencies of certain counts with Google Analytics

I am working with Google Analytics data und during the analysis I saw that I have wierd distribution of visits. For instance, the minimum visits for a page is 89, wich also has the highes freq count in my dataset. Then I have 177 visits for a page with the second highest freq count. I find this pattern every month...
Does anyone know anything about that?
It sounds like you might have some combination of repeated trackers, heavy spam or over-impactful bot traffic.
Repeated trackers an be identified using Realtime reporting: if you click onto the Page Views tag, does each page load trigger only one page view?
Spam can often be identified using the Hostname. Run a custom report looking at Hostnames, and you can see if it's coming from freebuttons.xyz or some equally scummy location.
Finally, bot traffic can be filtered out using an option in the view settings: try setting up a duplicate View with this setting on, and see how different the volumes are.

Generate report from Google Analytics with specific URLs and monthly pageviews?

I have been asked to track several existing pages (about 50 in total) and track monthly page views.
So far in GA I have not been able to find an automated and quick way to do this. What GA does quite easily is let you filter based on URL but if I have to do this manually each time I am going to get old, fast.
Ideally want I want to be able to do is create a custom report that spits out monthly page views for select URLs.
Is this possible at all?

Resources