Support Wide Angle Analytics values.

This commit is contained in:
Jarek Rozanski 2024-09-22 19:58:12 +00:00
parent 7b78980023
commit 804e8ea1d8
6 changed files with 5593 additions and 6631 deletions

View file

@ -11,7 +11,7 @@
import { useWaaEvent } from "#imports";
function trackClick() {
useWaaEvent("foo", {"name": "bar"});
useWaaEvent("foo", {"name": "bar"}, {"count" : 2});
}
</script>