We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BaseGa4mp is hard coded to
self._base_domain = "https://www.google-analytics.com/mp/collect" self._validation_domain = "https://www.google-analytics.com/debug/mp/collect"
but this could be configurable to allow library users to send messages to MP-compatible endpoints
https://www.google-analytics.com could be configurable via ctor or a method, with google analytics being the sensible default.
https://www.google-analytics.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BaseGa4mp is hard coded to
but this could be configurable to allow library users to send messages to MP-compatible endpoints
https://www.google-analytics.com
could be configurable via ctor or a method, with google analytics being the sensible default.The text was updated successfully, but these errors were encountered: