google analytics for blog page views using google tag mananger -


i want track pageviews of blogs in google analytics. have created tag , created variable ua string - tracking id , tried trigger on regex

/https:\/\/([^"\/]*\/)*blog\/([^"]*)/ 

containing blog count dosen't increase in google analytics.

you can use page path variable , set trigger that:

page path - matches regex (ignore case) - ^/blog/.*


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -