Google Tag Manager

Step-by-step guide to add ProofyBubble to Google Tag Manager

Get started with Google Tag Manager.

  1. Log in to your Google Tag Manager account
  2. Select your container
  3. Click on Tags > New
    • Name your tag (e.g., "ProofyBubble")
    • Click Tag Configuration and select Custom HTML
    • Paste the following JavaScript code (not the regular script tag):
<script> (function () { var script = document.createElement('script'); script.defer = true; script.setAttribute('data-app-id', 'yourwebsiteid'); script.setAttribute('id', 'credibility-client-<your-id>'); script.src = 'https://client.proofybubble.com/assets/embed.js'; document.head.appendChild(script); })(); </script>

Replace your-id and your-app-id with your actual values from the ProofyBubble dashboard.

  1. Click Triggering, select All Pages and click Add
  2. Click Save
  3. Click Submit at the top right, then Publish

  • If data doesn't appear, check that your tag is firing in GTM's preview mode
  • Verify that your website ID and app ID values are correct
  • Ensure the tag isn't being blocked by content security policies (CSP)
  • Make sure your tag is executing early in the page load sequence by setting it to fire at the earliest appropriate event
  • For advanced GTM configurations or custom event tracking, contact us at me@kulkarniankita.com.