We haven't had data for Acquisition > Search Engine Optimization > Landing Pages since May 3rd. I can't imagine what might have changed on that day, but it's now reporting 0. Here's what Google's saying: @digitalpoint any help would be appreciated
You have something on your site outside of Better Analytics that is triggering Google Analytics events. Specifically, when I look at your network traffic a hit type of "dc" is happening and that is definitely not coming from Better Analytics. According to Google Analytics documentation, "dc" isn't even a valid hit type: https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#t No idea where it's coming from (you have so many things loading on that site it's probably going to be difficult for you to track down). I suppose a good place to start would be to do what Google suggests in the error message you got (see if you can debug it with Google Tag Assistant Recordings).
Also, on the main page (the one I checked), regardless of that "dc" hit type being logged, the normal pageview hit type *was* logged before it. So the pageview was indeed first (as it's supposed to be). I wonder if you are getting the error just for some specific page somewhere maybe?
What changed on that date for you? Something had to have changed (maybe something you installed)? Did you double check that your tracking ID didn't change or get removed and you are looking at the right property in Google Analytics?
I did some css work on 5/4 but nothing on 5/3. I'm looking through the dev and production styles to find which changes I made. On 5/4 I added a tickets add-on also, but it's been disabled since install until I can write the user docs. Any other checks I could run to see what might have changed? The tracking ID is the same, property is correct, and literally everything else has been tracking without issue but this one metric. Is looking at that "dc" hit type something I'd be able to do?
I think that dc is something non-standard, but internal to Google Analytics. Maybe if you are using Doubleclick for Publishers or something. I wouldn't be too worried about that. Are you have different Views for the property? Maybe the view you are looking at is filtering something? The Google Analytics tracking is making it to Google (you can see that in the network traffic that it's logging my page view), so assuming the right property ID is being used, the only thing I can think of is some sort of filter on that property (typically within Views).
Actually we run a separate WP site for advertising info, and it's an included view. I just deleted that view, and I'm wondering if a misconfiguration there might have something to do with it? If you don't think the dc is related I'll give this some time and see if removing that association has any affect. Thanks again for your help!