SeeWatson / concern-us-data-layer-spec

0 stars 0 forks source link

Staging integration progress #1

Open RMunschie92 opened 1 year ago

RMunschie92 commented 1 year ago

GA events implemented

RMunschie92 commented 1 year ago

Hey @SeeWatson, here's the progress I've made on the GA implementation. I think this should cover all of the events that we discussed in our initial call with Dan and Sean a few weeks back. Any feedback is welcome! Thank ya.

SeeWatson commented 1 year ago

@RMunschie92 I'm running through this with Dan later today, but for now only these couple of feedback items:

page_view

FilterButtonOrLink/FilterWidget

ResultsDisplay

SeeWatson commented 1 year ago

@RMunschie92 after chatting with Dan, can you provide a list of all of the page_category values coming through on page_view events and the logic of how they're applied. Just want to make sure we have all the dimensions we need to provide accurate traffic reporting.

RMunschie92 commented 1 year ago

Sure thing, @SeeWatson. Here's a list of the possible page_category values:

Of course let me know if this needs updating.

I'm working through the other items from your first comment, but just as a note the page_id is indeed currently based on the site structure. We have unique identifiers for nearly all pages, so I'll go through to make sure they're added for any that don't have them.

RMunschie92 commented 1 year ago

Hey again, @SeeWatson. I took care of all of the items in your first comment. Please let me know if there's any changes needed!