Update time: Mar 30, 2023
Although GA4 has been released for 3 years, there are still some bugs in this product. I will introduce some bugs below.
If it’s officially fixed, I’ll mark it
No data in Real-time reports and DebugView
Recently (March 27, 2023), some people will encounter: Real-time reports and DebugView cannot receive data.
It is estimated that the server is down or there is a bug, waiting for the official fix.
Repeated event in DebugView
Recently (March 24, 2023), many people will encounter repeated events when debugging in DebugView, such as:
This is actually a bug, waiting for the official fix.
Price Is Wrong in DebugView
If you use DebugView to debug e-commerce tracking, you may notice that the price parameter is incorrect, the price you send is 3.15:
The DataLayer.push is right:
dataLayer.push({ event: "add_to_cart", ecommerce: { items: [ { item_list_name: "Product details", item_list_id: "Product details", item_name: "CASEME 013 Series PU Leather Mobile Phone Shell with Wallet Stand for iPhone " + "8/7/SE (2020)/SE (2022) 4.7 inch - Black", item_id: "101115653A", price: 3.15, quantity: 1 } ] }, gtm.uniqueEventId: 596 })
but it shows 3150000 in DebugView:
Picture Source:measure
Automatically multiplied by 100000, this is a bug in DebugView, but it will not affect the data in the e-commerce report.
Transaction ID is not set
If you deploy GA4‘s e-commerce tracking, and the transaction IDs are all numbers, then you may encounter the transaction Id is not set. This GA4 bug was discovered by Simo ahava in 2020.
This bug does not seem to be fixed yet, it is recommended to use a combination of English letters and numbers for the transaction ID.
The Conversion event in the report cannot be loaded
Recently, many people have reported that in the report in GA4, when you want to select a specific conversion event, it always fails to load:
It has been fixed.
Multiple Life Cycle Reports
You may see multiple of the same report in GA4 like Life Cycle:
Reason:When you make adjustments to the report in TOPICS for the first time, and then save it to the current report, a new Life Cycle will be generated.
If you modify the report in different TOPICS and save it, there will be more Life Cycles.
For more details, please refer to:Why do I See Multiple Life Cycle Report in GA4?
Demo Account is missing
If you obtain the permission of the Demo Account, sometimes when switching accounts, the Demo Account cannot be found.
This is a bug that some sometimes encounter.
You can search directly in the search box.
For more details, please refer to: Bug:Google Analytics Demo Account Missing
Data Retention Internal error
When you choose different Event data retention in Data Retention, click 「Save」, it will prompt Internal error:
Just wait for the official fix