kale-stew / climb-log

Hiking blog and climbing log. Built with Next.js, data sourced from a Notion.so database.
https://kylies.photos
10 stars 0 forks source link

Need to remove duplicate page views in GA #59

Open Kyle-Ski opened 2 years ago

Kyle-Ski commented 2 years ago

Some of the page views in google analytics are possibly making a new entry for a page view. EX: Kylie Stewart | Hiking Blog and kylies.photos | Hiking Blog may be for the same page.

Kyle-Ski commented 2 years ago

Looks like in utils/gtag.js, the event function may be causing some duplicate page views. Need to see if we can't start and fix the type of interaction event has with the Google Tag manager

Maybe even just changing what the pageTitle is whenever we use the event function to be Unit Click | Climb Log