Quick Integration
Add ad containers where you want ads to appear, then include the widget script once at the end of your page:
<!-- Pulse Ad: Header Banner on My Website --><div data-pulse-zone="header" data-pulse-display="my-website-homepage" data-pulse-key="YOUR_API_KEY"></div><!-- Load once at end of page --><script src="https://pulse.cares.center/embed/widget.js" async></script>
Features:
- Automatic ad rotation based on zone settings
- Impression tracking when ads enter viewport (50% visibility)
- Click tracking with proper attribution
- Display tracking to identify which website/kiosk shows ads
- Responsive dimensions (scales up to 2x on larger displays)
- Lightweight (~5KB gzipped) - No dependencies
Debug Info
- Example API Key For Code Examples
- pulse_abc123_your_api_key_here
- Example Display Key For Code Examples
- my-website-homepage
- Live Demo API Key Live Network Ads
- pulse_3chillgu_f3b705d23a4538a459b6bc17adefe601
- Live Demo Display Key
- disp_6f60099cbdbd9198da3fec5b
- API Endpoint
- https://pulse.cares.center/embed/zone.php
- Widget Script
- https://pulse.cares.center/embed/widget.js
Ready to test API connection...
Click "Test API Connection" to verify the embed system is working.
Embed Attributes Reference
| Attribute | Required | Description |
|---|---|---|
data-pulse-zone |
Yes | Zone slug (e.g., "header", "sidebar", "footer") |
data-pulse-display |
Yes | Display key to track which website/kiosk shows the ad |
data-pulse-key |
Yes | Your API key from the Pulse admin panel |
data-pulse-campaign |
No | Campaign slug to filter ads by specific campaign |
Campaign Filtering (Optional)
Add the campaign attribute to show only ads from a specific campaign:
<!-- Pulse Ad: Summer Sale Campaign --><div data-pulse-zone="header" data-pulse-display="my-website" data-pulse-campaign="summer-sale" data-pulse-key="pulse_abc123_..."></div>
Zone Types & Dimensions
The widget automatically applies dimension constraints based on zone slug:
| Zone Slug Contains | Base Size | Max Size (2x) | IAB Format |
|---|---|---|---|
header, leaderboard, banner |
728 x 90 | 1456 x 180 | Leaderboard |
footer |
728 x 90 | 1456 x 180 | Leaderboard |
sidebar, rectangle, square |
300 x 250 | 600 x 500 | Medium Rectangle |
inline, content |
728 x 90 | 1456 x 180 | Leaderboard |
popup, modal |
300 x 250 | 600 x 500 | Medium Rectangle |