-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leaner GA config #914
Leaner GA config #914
Conversation
Threw: Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that these changes and Automattic/newspack-popups#497 cut the payload size significantly (by more than half on my test site with 12 active prompts). I can respond again after I confirm I can see the analytics being reported in the dashboard.
# [1.34.0-alpha.1](v1.33.2...v1.34.0-alpha.1) (2021-03-23) ### Bug Fixes * apply correct color to jetpack logo ([#910](#910)) ([686362c](686362c)) * redirect after setup complete ([#908](#908)) ([5624822](5624822)) * starter content issues ([#905](#905)) ([6cbc40d](6cbc40d)), closes [#899](#899) [#904](#904) [#903](#903) ### Features * leaner GA config ([#914](#914)) ([81cdff6](81cdff6)), closes [#911](#911) * remove woocommerce-one-page-checkout from supported plugins list ([#913](#913)) ([7fa2e31](7fa2e31)) * update welcome wizard card footer ([#909](#909)) ([134a0e9](134a0e9)) * **setup:** design step ([#892](#892)) ([254f08b](254f08b))
🎉 This PR is included in version 1.34.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.34.0](v1.33.2...v1.34.0) (2021-03-24) ### Bug Fixes * apply correct color to jetpack logo ([#910](#910)) ([686362c](686362c)) * redirect after setup complete ([#908](#908)) ([5624822](5624822)) * starter content issues ([#905](#905)) ([6cbc40d](6cbc40d)), closes [#899](#899) [#904](#904) [#903](#903) ### Features * custom placements ([#898](#898)) ([2cadb45](2cadb45)) * leaner GA config ([#914](#914)) ([81cdff6](81cdff6)), closes [#911](#911) * remove woocommerce-one-page-checkout from supported plugins list ([#913](#913)) ([7fa2e31](7fa2e31)) * update welcome wizard card footer ([#909](#909)) ([134a0e9](134a0e9)) * **setup:** design step ([#892](#892)) ([254f08b](254f08b))
🎉 This PR is included in version 1.34.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
To avoid gtag vendor config rewriter payload size limitation ampproject/amphtml#32911 Related to #914
To avoid gtag vendor config rewriter payload size limitation ampproject/amphtml#32911 Related to #914
To avoid gtag vendor config rewriter payload size limitation ampproject/amphtml#32911 Related to #914
# [1.38.0-alpha.1](v1.37.0...v1.38.0-alpha.1) (2021-05-04) ### Bug Fixes * use guest authors in Slack preview when needed ([#947](#947)) ([e42680e](e42680e)) ### Features * batch amp-analytics events ([481dc97](481dc97)), closes [#914](#914) * integrate Newspack Scheduled Post Checker into main plugin ([#940](#940)) ([c6adc1b](c6adc1b))
# [1.38.0](v1.37.0...v1.38.0) (2021-05-04) ### Bug Fixes * use guest authors in Slack preview when needed ([#947](#947)) ([e42680e](e42680e)) ### Features * batch amp-analytics events ([481dc97](481dc97)), closes [#914](#914) * integrate Newspack Scheduled Post Checker into main plugin ([#940](#940)) ([c6adc1b](c6adc1b))
All Submissions:
Changes proposed in this Pull Request:
Closes #911.
How to test the changes in this Pull Request:
master
, concoct a big GA config by enabling NTG events, adding some custom events, and then making it so a ton of prompts is included on a page. You can also inflate the config size by setting a super long title on one of the prompts.https://www.googletagmanager.com/gtag/amp
should fail, triggering aError rewriting configuration
error. Observe the GA events triggered by prompts being loaded, seen, and dismissed, are not sent (query network requests withcollect
)add/leaner-ga-config
onnewspack-popups
Other information: