Engagement Events
Click these buttons and watch the Event Monitor panel to see engagement events fire in real-time.
View Content
ViewContent
Article Preview
How to Improve Conversion Tracking
Learn the best practices for setting up Meta Pixel events to maximize your ad performance.
Video Preview
PixelFlow Setup Tutorial
Watch our step-by-step guide to get your conversion tracking running in minutes.
Product Details
Premium Analytics Dashboard
Advanced reporting features with real-time data visualization.
<!-- View Content button -->
<button class="action-btn-vc-019-pf">Read Article</button>
<!-- Or with icon -->
<button class="action-btn-vc-019-pf">
<svg viewBox="0 0 24 24">...</svg>
View Details
</button>
Customize Product
CustomizeProduct
Custom T-Shirt
<!-- Typically placed after product customization options -->
<div>
<!-- Color/size/text options here -->
<button class="action-btn-cstm-008-pf" style="width: 100%;">
Save Customization
</button>
</div>
Donate
Donate
<!-- Donation form -->
<form class="info-frm-cntr-pf">
<!-- Donation amount -->
<input type="number" class="info-val-pf" placeholder="Enter amount" />
<!-- Donor information -->
<input type="text" class="info-cust-fn-pf" placeholder="First Name" />
<input type="text" class="info-cust-ln-pf" placeholder="Last Name" />
<input type="email" class="info-cust-em-pf" placeholder="Email" />
<!-- Submit button -->
<button type="submit" class="action-btn-don-009-pf">Donate Now</button>
</form>
Schedule Appointment
Schedule
<!-- Schedule/booking form -->
<form class="info-frm-cntr-pf">
<!-- Date/time selection -->
<input type="date" />
<!-- Customer information -->
<input type="text" class="info-cust-full-name-pf" placeholder="Your Name" />
<input type="email" class="info-cust-em-pf" placeholder="Email" />
<!-- Submit button -->
<button type="submit" class="action-btn-schedule-010-pf">
Confirm Booking
</button>
</form>
Start Trial
StartTrial
Starter
$0
14-day free trial
Up to 1,000 events/month
Basic analytics
Email support
Professional
$49
per month after trial
Unlimited events
Advanced analytics
Priority support
Custom integrations
Enterprise
Custom
contact for pricing
Everything in Pro
Dedicated support
SLA guarantee
Custom development
<!-- Start Trial button -->
<button class="action-btn-trial-012-pf">Start Free Trial</button>
<!-- With value (optional - captures trial value) -->
<div class="info-frm-cntr-pf">
<div class="info-val-pf">$49</div>
<button class="action-btn-trial-012-pf">Start Free Trial</button>
</div>
Submit Application
SubmitApplication
<!-- Application form -->
<form class="info-frm-cntr-pf">
<!-- Applicant information -->
<input type="text" class="info-cust-fn-pf" placeholder="First Name" />
<input type="text" class="info-cust-ln-pf" placeholder="Last Name" />
<input type="email" class="info-cust-em-pf" placeholder="Email" />
<!-- Additional fields -->
<input type="text" placeholder="Company Name" />
<input type="url" placeholder="Website" />
<textarea placeholder="Why do you want to apply?"></textarea>
<!-- Submit button -->
<button type="submit" class="action-btn-submit-013-pf">
Submit Application
</button>
</form>