Hi!
I am trying to make a filter in Google Analytics showing only blog posts.
The problem is that I can not match them by URL, since they don’t go behind any kind of folder – /blog…–.
I would like to try another approach, by adding a text at the end of the <title> in the single blog template so I can look for it from Analytics.
Something like:
<title>My current post title | Blog</title>
Is it possible?
Thanks!