1
0
Fork 0
firefox/toolkit/components/telemetry/docs/obsolete/uitour-ping.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

26 lines
571 B
ReStructuredText

"uitour-tag" ping (obsolete)
============================
Removed in Firefox v140 via bug 1963704.
This ping is submitted via the UITour ``setTreatmentTag`` API. It may be used by
the tour to record what settings were made by a user or to track the result of
A/B experiments.
The client ID and profile group ID are submitted with this ping.
Structure:
.. code-block:: js
{
version: 1,
type: "uitour-tag",
clientId: <string>,
profileGroupId: <string>,
payload: {
tagName: <string>,
tagValue: <string>
}
}