Add bingadsMore to bingAds service
In order to be able to send some e-commerce values like :
```js
window.uetq = window.uetq || [];
window.uetq.push ('event', '', {'revenue_value': 100.00 });
```
This commit is contained in:
parent
2ed802f9fd
commit
da69f1d6ab
|
|
@ -3985,6 +3985,10 @@ tarteaucitron.services.bingads = {
|
|||
bingadsCreate.q = window.uetq;
|
||||
window.uetq = new UET(bingadsCreate);
|
||||
window.uetq.push('pageLoad');
|
||||
|
||||
if (typeof tarteaucitron.user.bingadsMore === 'function') {
|
||||
tarteaucitron.user.bingadsMore();
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue