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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -