Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/toolkit/components/telemetry/docs/data/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 558 B image not shown  

Quelle  uitour-ping.rst   Sprache: unbekannt

 

"uitour-tag" ping
=================

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>
      }
    }

See also: :doc:`common ping fields <common-ping>`

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]