You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
I think this seems to be an issue with how Google gives us data for the 7/30 day reports. top-pages-7-days uses the 'ga:hostname' dimension which doesn't seem to include the protocol...? Before we just assumed HTTP so it conveniently worked out. The realtime report uses the hostname we define but the 7 & 30 days uses the hostname that Google gives us. Let me see what I can do to work around the issue
Quick fix deployed, the aggregate script will receive some much needed TLC in the feature/aggregate-script-46 branch so I'll incorporate a cleaner solution there.
Seems like they aren't including the protocol. Instead of
we have
making them relative to the analytics domain.
Now is working just fine.
The text was updated successfully, but these errors were encountered: