We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1e6dd commit 21f6803Copy full SHA for 21f6803
src/js/no-lint/31-scarf-pixel.js
@@ -2,7 +2,7 @@
2
window.addEventListener('CookiebotOnAccept', function () {
3
if (Cookiebot.consent.marketing) {
4
var img = document.createElement('img')
5
- img.src = 'https://static.neo4j.com/a.png?x-pxid=dae9b690-6a56-4889-a951-9d0207a18da6'
+ img.src = 'https://static.neo4j.com/a.png?x-pxid=dae9b690-6a56-4889-a951-9d0207a18da6&page=' + encodeURIComponent(window.location.href)
6
img.referrerPolicy = 'no-referrer-when-downgrade'
7
img.style.display = 'none'
8
document.body.appendChild(img)
0 commit comments