-
Notifications
You must be signed in to change notification settings - Fork 987
Description
Operating System
macOS
Browser Version
Safari 16.5.2
Firebase SDK Version
10.7.0
Firebase SDK Product:
Analytics
Describe your project's tooling
index.html with source tag. Just javascript.
Describe the problem
The ControlParams is missing the method associated with it. For example, CustomParams has the setDefaultEventParameters.
The documentation says
Standard gtag.js control parameters. For more information, see the GA4 reference documentation
However if you follow the link and search for "control" or "control params" you won't find anything. It looks to me that this CustomParams might have been valid at some point for google analytics v3 or lower, but now it doesn't exist. Even if you search for each property individually, nothing comes up.
It looks to me that ControlParams is a "dead" interface, it exists but there is no application for it. If there is a way to use it, the documentation should be updated to clarify. If there isn't, ControlParams should just be removed.
Steps and code to reproduce issue
Already described.