Support Wide Angle Analytics values.
This commit is contained in:
parent
7b78980023
commit
804e8ea1d8
6 changed files with 5593 additions and 6631 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue