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>

View file

@ -3,8 +3,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
wideangle: {
siteId: "8D27G3B9ACA01F4241",
domain: "wideangle.local:3000",
siteId: "7982G3B9ACB1BF4380",
fingerprint: true,
supressDnt: true
}