Support Wide Angle Analytics values.
This commit is contained in:
parent
7b78980023
commit
804e8ea1d8
6 changed files with 5593 additions and 6631 deletions
|
@ -11,7 +11,7 @@
|
|||
import { useWaaEvent } from "#imports";
|
||||
|
||||
function trackClick() {
|
||||
useWaaEvent("foo", {"name": "bar"});
|
||||
useWaaEvent("foo", {"name": "bar"}, {"count" : 2});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@ export default defineNuxtConfig({
|
|||
runtimeConfig: {
|
||||
public: {
|
||||
wideangle: {
|
||||
siteId: "8D27G3B9ACA01F4241",
|
||||
domain: "wideangle.local:3000",
|
||||
siteId: "7982G3B9ACB1BF4380",
|
||||
fingerprint: true,
|
||||
supressDnt: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue