Documentation Index
Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt
Use this file to discover all available pages before exploring further.
How to Use Upstack Data Pixel Helper
Once you’ve installed Upstack Data Pixel Helper, you can use it to monitor and validate all pixel events firing on your website in real time. This guide explains how to navigate the extension and interpret the data it displays.Prerequisites
- Upstack Data Pixel Helper installed in Chrome (see How to Install Upstack Data Pixel Helper)
- The Upstack Data pixel installed on the website you want to test
- Pixel Helper pinned to the Chrome toolbar for easy access
Open Pixel Helper
To open Upstack Data Pixel Helper:- Navigate to any page on your website.
- Click the Upstack Data Pixel Helper icon in your Chrome toolbar (the pinned extension icon, in the top-right of the browser).
- A panel opens showing real-time pixel event monitoring.
Understanding the Interface
When you open Pixel Helper, you’ll see a list of events. Each event in the list displays:- Event Name — The name of the pixel event (e.g., “PageView,” “AddToCart,” “Purchase”)
- Timestamp — When the event fired
- Event Count — A counter showing how many times each event has fired
Viewing Event Details
To see detailed information about a specific event:- Click on any event in the list
- An expanded view will show all parameters and values associated with that event
Common Event Parameters
Typical event data includes:- Event Value — The monetary value associated with the event (e.g., product price for AddToCart, total purchase amount for Purchase events)
- Product Name — The name of the product involved
- Product ID — The SKU or internal product identifier
- Click ID — The unique identifier linking this event to the original click/ad impression
- Event Time — The precise timestamp when the event fired
- Currency — The currency code for monetary values
Checking Event Values
To verify that event values are being captured correctly:- Perform an action on your website (e.g., add a product to cart, complete a purchase)
- Open Pixel Helper
- Look for the corresponding event in the list
- Click the event to expand it
- Verify that the Event Value field shows the correct amount
- Check that other relevant parameters (product name, product ID, etc.) are populated
What to Look For
- Prices should match — AddToCart event values should match actual product prices
- Product names should be present — Events should capture the product being acted upon
- Values should be consistent — Similar actions should show similar event values
Verifying Click ID Capture
Click ID is critical for attribution. To verify it’s being captured:- Open Pixel Helper
- Find the purchase or conversion event you want to check
- Click to expand the event details
- Look for the Click ID parameter
- Verify it contains a value (not blank or “undefined”)
Identifying Duplicate or Excessive Events
One of Pixel Helper’s most useful features is identifying duplicate events:- Perform a single action on your website (e.g., click an “Add to Cart” button once)
- Open Pixel Helper
- Check if the same event appears multiple times in the list
- Review the timestamps — are they almost identical?
Duplicate events cause: Inflated conversion counts, incorrect revenue attribution, higher reported CPA than actual, and skewed performance metrics.
Using Pixel Helper During Troubleshooting
Verify Events Are Firing
- Perform the action you want to track
- Check if the event appears in Pixel Helper within 1–2 seconds
Check Event Completeness
- Expand the event details
- Verify all expected parameters are present
- Look for null, undefined, or blank values
- Confirm data matches what you expect
Spot Real-Time Issues
- Monitor the panel while using your site
- Watch for unexpected events or missing events
- Note any patterns (e.g., events only missing on certain pages)
Event Firing Patterns to Know
Healthy Event Flow: Events fire 1–2 seconds after the user action. Each action produces exactly one event (no duplicates). All parameters are populated with correct values. Click ID is present on conversion events.
Problem Patterns: Events fire multiple times for a single action (duplicates). Events don’t fire at all. Parameters show “undefined” or are blank. Click ID is missing from conversion events. Events fire for actions you didn’t perform.
Tips for Effective Monitoring
- Keep Pixel Helper open while testing your website to catch all events.
- Test from a non-admin account to ensure you’re seeing real user tracking, not admin-only behavior.
- Clear your browser cache before testing to ensure you have the latest pixel code.
- Test on different pages — tracking issues are sometimes page-specific.
- Document what you find — take screenshots of Pixel Helper for support discussions.
Verify your testing session
Before you wrap up a debugging session, confirm:-
The Upstack Data pixel is loaded (open Chrome DevTools → Network and search for
ups.min.js). - You see at least one event in Pixel Helper after performing the test action.
- Each tracked action produces exactly one event with the expected parameters.
- Conversion events include a populated Click ID.
Need help? If you’ve identified issues, see our guides on diagnosing Meta pixel issues or contact Upstack Data support with screenshots.