4

We have several Universal Analytics properties (not GA4) which have been set up over the last few years.

Some older properties were set up as 'Mobile' which is no longer an option, the newer properties were set up as 'Web'.

These are node.js apps where we are tracking custom events server side. We do not send page views for any of these properties, only custom events using the 'https://www.google-analytics.com/collect' measurement protocol endpoint.

This has always worked fine but as of June 16/17 2021, all our 'Web' properties are showing no data in the Behaviour / Audience reports. I can still see the events appearing in the 'Realtime' section, so I know they are still being received by GA.

Here you can see the data for one of the properties feeding through to the realtime dashboard. This data now no longer syncs to the Behaviour/Audience section etc.

realtime events displaying as usual

Here is the total events for the same app. Displays nothing after June 16/17.

example of empty report 1

Here is another property which has stable traffic. Exact same thing. This has happened to many properties, all on the same day.

example of empty report 2

Does anyone have any ideas what is wrong here? Feels like Google have changed something but not informed us. I have already 'sent feedback' on GA and posted on the GA community forum with no replies as of yet.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
Brock_304
  • 43
  • 4
  • As far as i know they havent changed anything. But i sent off an email to the team to double check as this looks a little strange to me. – Linda Lawton - DaImTo Jun 28 '21 at 14:18
  • I heard back from the team they are looking into it. – Linda Lawton - DaImTo Jun 29 '21 at 06:44
  • 1
    That's great, thank you. Please let me know if you hear anything more. – Brock_304 Jun 29 '21 at 08:19
  • 1
    I can confirm the exact same issue on multiple analytics accounts (not GA4). Code was not changed but measurement protocol events stopped showing since June 17. The events are still shown in the real time reports so for sure they are sent correctly. – Ronen Teva Jun 29 '21 at 11:30
  • Submit a support request using the form at the following page and include the property ID(s) of the affected properties. You can basically just copy/paste what you have here but include the property ID info with the request: https://developers.google.com/analytics/devguides/reporting/core/v4/help#contact-us – Pete Jun 29 '21 at 17:57
  • 1
    Thanks, tried that but they told me it's a UI issue, not an API issue so I should buy a Google Ads product to unlock support. – Brock_304 Jun 30 '21 at 09:08
  • 2
    I found your support request submission. We're looking into the issue. – Pete Jun 30 '21 at 18:03
  • 1
    Hi @Pete, do you know if the team has been able to look at this issue yet? Wondering if it's something you think will be fixed / when that might be. Thanks. – Brock_304 Jul 05 '21 at 17:48
  • 1
    Yes, it's still under review. The info from the answer below has been added. – Pete Jul 12 '21 at 18:07

1 Answers1

2

I was experiencing the same issue with my GA properties. I reached out to GA support & they recommended creating a new view without the spider / bot exclusion filter and now these events are reporting as expected. They also recommended adding user agent strings to existing MP.

  • Thank you. Since changing this setting, the events and traffic are now being reported again. Just to make people aware, the traffic for the period between June 17 and updating this setting will still show as empty. I'm not sure if there is a way to get this data back in the reports. This also feels like a workaround rather than a fix for the root issue so hoping Google will address the cause of this at some point soon. – Brock_304 Jul 12 '21 at 14:49