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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -