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
Post a Comment