{
"visibilityMenuItems": [
{
"id": "favorites",
"title": "Favorites"
},
{
"id": "privacyStats",
"title": "Privacy Stats"
}
]
}
{
"target": "settings"
}
  • These are generic events that might be useful to observe. For example, you can use these to decide when to send pixels.
  • Sends a standard format { attributes: { name: string', value?: any } } - see telemetryEvent
  • Example:
{
"attributes": {
"name": "stats_toggle",
"value": "show_more"
}
}