Bolt
Step-by-step guide to add ProofyBubble to your Bolt application
Bolt creates full-stack applications using AI prompts. Since the platform generates code automatically, you'll need to instruct Bolt's AI to integrate the ProofyBubble tracking script into your project.
Navigate to your ProofyBubble website settings and copy your Website ID (e.g., "4445343") and App ID (e.g., <your-app-id>
).
You'll find this information in your ProofyBubble tracking script:
<script id="credibility-client-<your-id>" type="module" crossorigin="anonymous" data-app-id="<your-app-id>" src="https://client.proofybubble.com/assets/embed.js" ></script>
Copy the template below, fill in your tracking details, and send it to Bolt:
I need to integrate ProofyBubble analytics into my application. Please implement tracking that works across all pages of my app.
Add this analytics script to my project:
<script id="credibility-client-⚠️>>> REPLACE WITH YOUR WEBSITE ID <<<⚠️" type="module" crossorigin="anonymous" data-app-id="⚠️>>> REPLACE WITH YOUR APP ID <<<⚠️" src="https://client.proofybubble.com/assets/embed.js" ></script>
Implementation guidelines:
- For React/Next.js apps: Add the Script component to the root layout or _app.js
- For vanilla HTML apps: Include in the <head> section of all pages
- For Vue/Nuxt apps: Add to the app.vue or nuxt.config.js
- Ensure the script loads on every route and page
- Maintain the "type=module" attribute for optimal performance
Please confirm the implementation method you used and verify that analytics will track across all pages of the application.
After Bolt implements the changes:
- Test the preview - Use Bolt's preview feature to check your app
- Deploy your project - Use Bolt's deployment options (Netlify, Vercel, etc.)
- Monitor your dashboard - Check your ProofyBubble dashboard for incoming traffic data
If you don't see analytics data:
Can you verify the ProofyBubble analytics implementation? Please check:
- Which framework/structure did you use for my app?
- Where exactly did you place the analytics script?
- Will it load on all routes and pages?
- Can you show me the implementation?
The script should load: https://client.proofybubble.com/assets/embed.js Using my Website ID: ⚠️>>> REPLACE WITH YOUR WEBSITE ID <<<⚠️ and App ID: ⚠️>>> REPLACE WITH YOUR APP ID <<<⚠️
If there's an issue, please fix it using the appropriate method for my app's framework.
Common problems:
- Analytics only tracking on landing page
- Script not included in the build process
- Missing or incorrect tracking parameters
- Bolt hasn't deployed the latest changes
Contact us at me@kulkarniankita.com if you need help with your Bolt integration.