name
, id
, or placeholder
attribute of an <input>
field to label data on your dashboard.
If none of these are present, Trakg will generate a random identifier, which may lead to messy or unclear data labels.
✅ Best Practice
To ensure clean and readable analytics:- Always add a meaningful
name
attribute to your inputs. - If
name
is missing, provide anid
or a user-friendlyplaceholder
. - Avoid leaving input fields without any identifying attribute.
📌 Example
name
, id
, or placeholder
to keep things organized.