we have google analytics setup on our page has base url of www.mydomain.com/index.html.
that page can optionally have added parameters load specific elements, have generated multiple custom urls.
e.g.
www.mydomain.com/index.html?theme=toilets&tools=yes www.mydomain.com/index.html?theme=cars&tools=no www.mydomain.com/index.html?theme=housing&tools=yes
what track each of these customs urls (also including url doesnt include optional arguments) . best way of doing using google analytics.
what track each of these customs urls
this works default in google analytics, have no setup perform.
how use built-in feature
have @ report behavior > site content > pages
.
in there, see number of visits /index.html
, /index.html?theme=housing&tools=yes
, other variants.
using filters in report, can explore data , see measures specific theme , tools interested in (have @ advanced filters).
if find using same filter, can save filter report shortcut feature.
how dig deeper.
the filters should sufficient.
in case want more flexibility, can use custom dimensions. allow track themes
, tools
parameters on own. when page loads, can send corresponding them , tools dimensions value google analytics. not think development effort worthy, given filters should job.
Comments
Post a Comment