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 -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -