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

@ -86,9 +86,9 @@ export default defineNuxtConfig({
The Wide Angle Analytics provides an instance of `waa` which can be then injected to your component.
```javascript
import { useWideAngle } from '#imports'
import { useWideAngle } from '#imports';
useWideAngle('purchase', {'basket_value': '45.00'})
useWideAngle('purchase', {'basket_element': 'dress'}, {'basket_item_price': 123.44});
```
You will find a fully functional example in this [repository](playground/app.vue).