Skip to content

Commit

Permalink
Merge pull request #20248 from dvdksn/kapa-analytics-fingerprinting
Browse files Browse the repository at this point in the history
hugo: enable analytics fingerprint on kapa widget
  • Loading branch information
dvdksn committed Jun 17, 2024
2 parents 92d7fc2 + 0b673bb commit 7c2d3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
script.src = 'https://widget.kapa.ai/kapa-widget.bundle.js';
script.setAttribute('data-website-id', '{{ site.Params.kapa.id }}');
script.setAttribute('data-project-name', 'Docker');
script.setAttribute('data-user-analytics-fingerprint-enabled', 'true');
script.setAttribute('data-button-image-height', '29px');
script.setAttribute('data-button-image-width', '40px');
script.setAttribute('data-modal-image-height', '29px');
Expand Down

0 comments on commit 7c2d3ea

Please sign in to comment.