Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better visualization of Google Analytics 4 Event Lists #233

Open
kantarse opened this issue Sep 20, 2023 · 7 comments
Open

Better visualization of Google Analytics 4 Event Lists #233

kantarse opened this issue Sep 20, 2023 · 7 comments

Comments

@kantarse
Copy link

Google Analytics 4 supports sending multiple events as a batch in a single request. In this case, Omnibug shows only one entry in the list, and lists all Events in the Events section. I find it misleading that Omnibug shows only the Event Type of the 1st event in the "pill". I mean:

image

The Omnibug entry should make it clear when a request contains multiple events. Ideally all Event Types should be shown in the "pill" (I don't know how you call that), or at least upon on klick.

As a bare minimum, there should at least be a visual hint / icon, which shows that the request contains multiple events.

Also, when you click on the entry, in the Events section, the Event Data of each event are shown as a list like:

Event 1 Data A
Event 1 Data B
Event 1 Type
Event 2 Data A
Event 2 Data B
Event 2 Data C
Event 2 Type
etc.

It would would be visually helpful to show separate tables per Event instead, or at least by coloring each event differently.

@MisterPhilip
Copy link
Owner

This is pretty high on the to-do list for v2.x! Development is underway but I don't have any timelines for when it will be released

@jpool-cf
Copy link

jpool-cf commented Mar 25, 2024

This is pretty high on the to-do list for v2.x! Development is underway but I don't have any timelines for when it will be released

Would love to assist with any kind of beta testing for v2 if you have a need for that at some point

MisterPhilip added a commit that referenced this issue Aug 4, 2024
@MisterPhilip
Copy link
Owner

I've made a minor update to help hold over until the larger update; you'll now see the number of events + each event listed in the pill.
image

@shelbykolb
Copy link

MisterPhillip,

That minor update is what I do not want
this never happened to me until this afternoon - it was listing each of those 3 separate prior, which is what i want.

@shelbykolb
Copy link

@MisterPhilip

@MisterPhilip
Copy link
Owner

MisterPhilip commented Aug 8, 2024

MisterPhillip,

That minor update is what I do not want this never happened to me until this afternoon - it was listing each of those 3 separate prior, which is what i want.

@shelbykolb - I understand the frustration. However, Omnibug does not change how GA4 works and batches hits. The only change here was to better show that multiple events are being sent. You'll note in the original comment in this thread that it showed only one event "trbo" was firing in the pill, however once the request details are expanded you can see there are at least two events. If you do not believe me, you can try using Edge with Omnibug from the Edge Extension Store. They still have not reviewed v2.x so it will be the same behavior as what you were seeing before Chrome's update this week.

You are welcome to browse the source code as well to confirm. The only change to GA4 in Omnibug over the last year was 5287c66 which was updating the omnibug_requestType parameter, used for the pill.
image

@jpool-cf
Copy link

jpool-cf commented Aug 8, 2024

I've made a minor update to help hold over until the larger update; you'll now see the number of events + each event listed in the pill.

Super helpful already!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants