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:
Maxime Huran 2021-07-26 16:35:39 +02:00 committed by GitHub
parent 2ed802f9fd
commit da69f1d6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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();
}
});
}
};