hlkean / portfolio

0 stars 0 forks source link

Add Basic Google Analytics #10

Closed hlkean closed 5 hours ago

hlkean commented 5 hours ago

I would like to be able to see when visitors come to my site, and where they come from. In order to accomplish this I want to set up Google Analytics on my site. For a first step, there is no need for tag tracking or user flows at this point, I simply want to see when/where visitors are arriving to the site from.

GIVEN a user WHEN they visit the home page THEN I see an event for page view on the home page AND THEN I see where they are viewing the page from geographically

GIVEN a user WHEN they visit the about page THEN I see an event for page view on the about page AND THEN I see where they are viewing the page from geographically

GIVEN a user WHEN they visit the contact page THEN I see an event for page view on the contact page AND THEN I see where they are viewing the page from geographically