To stop double pageviews in GA and in parse.ly, I added to service worker configuration, URLs to exclude:
.*parse\.ly.*
.*parsely\.com.*
.*google-analytics.*
.*googletag.*
It's the PWA Extras Configuration, if you check the touch icons box then you get a paragraph tag inserted in the head instead of the link to the touch icon
mbenfield β created an issue.
I was able to create a regex in the cache url exclusion to stop the double pageviews
FYI, the GA code was in the theme's js document ready function. I removed it and used the google_tag module. No more double pageviews.
mbenfield β created an issue.
According to pantheon, it is indeed an issue with older versions of drush being incompatible. Drupal 9.5 requires drush 11.