What Is the AIQUA Tracking Code Examiner?
The AIQUA Tracking Code Examiner is a powerful Chrome extension designed specifically for developers, marketers, and QA engineers who need to inspect and validate AIQUA Web SDK implementations in real time. Built under the addonspot.com brand, this developer tool eliminates the guesswork from tracking code debugging by capturing every network request sent by the AIQUA SDK directly within your browser.
Whether you are troubleshooting event tracking, verifying user profile data, or auditing marketing analytics implementations, this browser extension provides instant visibility into the payloads flowing from your website to Appier’s AIQUA platform.
How the AIQUA Tracking Code Examiner Works
The extension operates as a Manifest V3 Chrome extension, leveraging the chrome.webRequest API to intercept outgoing HTTP requests to AIQUA’s endpoints. Here is the step-by-step process:
1. Real-Time Request Capture
Once installed, the extension listens for network requests sent to three critical AIQUA domains:
api.quantumgraph.comaiqua-sdk.c.appier.netdevice.kr.aiqua.c.appier.net
When the AIQUA Web SDK fires an event—such as a page view, product impression, or conversion—the extension captures the raw POST request body before it leaves the browser.
2. Structured Data Parsing
The captured payload is automatically parsed from binary format into readable JSON. The extension extracts two primary data structures:
- Profiles: User attributes and segmentation data
- Events: Named events with their associated parameters (e.g.,
eventName,productId,category)
3. Persistent Storage with Domain Isolation
All captured data is stored using Chrome Storage API (chrome.storage.local), organized by eTLD+1 domain. This means data from example.com remains completely separate from shop.example.com, preventing cross-site contamination during debugging sessions.
4. Live Badge Notifications
The extension displays a dynamic badge counter on the Chrome toolbar icon, showing the number of new AIQUA requests captured for the active tab. This allows developers to verify tracking implementation at a glance without opening the popup.
5. Interactive Popup Dashboard
Clicking the extension icon opens a sleek Midnight Violet-themed dashboard featuring:
- QGUserId display: Instantly view the authenticated user identifier
- Live statistics: Profile count, event count, and total request counters
- Keyword search: Filter records by event name, parameter key, or value
- Collapsible sections: Toggle between Profiles and Events views
- Export functionality: Download JSON dumps for offline analysis or ticket attachments
- Copy-to-clipboard: One-click copying of any parameter value
6. Cross-Tab Domain Awareness
The extension intelligently tracks which domain is active in the current tab, updating the badge and popup content automatically as you switch between websites.
Key Features and Benefits
| Feature | Benefit |
|---|---|
| Real-time debugging | Catch tracking errors before they reach production |
| Domain-scoped storage | Clean separation between client projects |
| Search and filter | Find specific events in high-traffic sessions instantly |
| JSON export | Share captured data with stakeholders or support teams |
| Copy values | Rapidly paste parameters into documentation or tickets |
| Request timestamps | Correlate tracking events with user actions precisely |
| New-item indicators | Visual highlighting of freshly captured requests |
Who Should Use This Extension?
This web analytics debugger is essential for:
- Front-end developers implementing AIQUA tags
- Marketing technologists validating campaign tracking
- QA engineers performing regression testing on analytics
- Data analysts auditing tracking completeness
- E-commerce teams monitoring product impression and checkout events
Installation and Setup
Installing the AIQUA Tracking Code Examiner is straightforward:
- Visit the Chrome Web Store and search for “AIQUA Tracking Code Examiner”
- Click Add to Chrome and confirm permissions
- Navigate to any website with AIQUA Web SDK installed
- Interact with the page to trigger events
- Click the extension icon to inspect captured data
Frequently Asked Questions (FAQ)
What is AIQUA Web SDK?
AIQUA is Appier’s AI-powered marketing automation platform. The AIQUA Web SDK is a JavaScript library that websites embed to track user behavior, send personalized push notifications, and trigger automated marketing campaigns. Learn more at Appier AIQUA.
Does this extension work with all websites?
The extension captures data on any website that uses the AIQUA Web SDK and sends requests to the monitored endpoints. It does not inject scripts or modify page behavior—it purely observes network traffic.
Is my data secure?
Yes. All captured data remains in your local Chrome Storage and is never transmitted to external servers. The extension operates entirely within your browser.
Can I export captured data?
Absolutely. Click the Export Data button in the popup to download a timestamped JSON file containing all requests for the current domain.
Why is the badge not showing numbers?
The badge only displays when new requests are captured for the active tab’s domain. If you switch tabs, the badge updates to reflect the new domain’s count. If no AIQUA requests have been sent, the badge remains blank.
How do I clear captured data?
Click the Clear Data button in the popup. This removes all stored records, badge counters, and cookies for the current domain.
Does this extension work with Google Tag Manager?
Yes. Since the extension intercepts network requests at the browser level, it captures AIQUA events regardless of whether they are fired directly, via Google Tag Manager, Adobe Launch, or any other tag management system.
What is QGUserId?
QGUserId is the unique identifier assigned to each user by the AIQUA platform. The extension reads this from the QGUserId cookie set on aiqua-sdk.c.appier.net and displays it prominently for debugging cross-device tracking and user segmentation.
Conclusion
The AIQUA Tracking Code Examiner by addonspot.com transforms the tedious process of analytics debugging into a streamlined, visual experience. By providing real-time visibility into AIQUA Web SDK payloads, it empowers technical teams to ship accurate tracking implementations faster and with greater confidence.
Whether you are debugging a complex e-commerce conversion funnel or validating a simple page view event, this Chrome extension belongs in every web developer’s toolkit.