Web
For Non-Developers: Quick & No-Code Setup
What You Need
Setup Steps
<!-- Start of Blitz client code snippet -->
<script type="text/javascript">
var exports = { __esModule: true };
window._blitzQueue = window._blitzQueue || [];
function blitz() {
_blitzQueue.push(arguments);
}
(function () {
var a = document.createElement('script');
a.type = 'text/javascript';
a.async = !0;
a.src = 'https://cdn.blitzllama.com/js/blitz.js';
var b = document.getElementsByTagName('script')[0];
b.parentNode.insertBefore(a, b);
})();
blitz('init', "API_KEY"); // Replace with your actual API_KEY
</script>
<!-- End of Blitz client code snippet -->For Developers: Advanced Integration & Customization
Install via NPM
User Management
Identifying Users
Logout User
Personalize and Localize Surveys
Setting User Attributes
Setting User Email and Name:
Set User Language
Creating Triggers
Trigger Properties
Advanced Options
Frontend Callback
Sample Callback data (data.detail)
Custom CSS
Performance Impact
Web Surveys Examples


FAQ & Troubleshooting
Next Steps
WordPress Integration
Last updated