Integration Methods Overview
NetFUNNEL Node.js Agent supports URL-Triggered Integration.
URL-Triggered Integration sets queue control points through segment trigger rules in the NetFUNNEL console. When the URL of the page accessed by the user matches the trigger rules, the queue is applied.
Code-based Integration Not Supported
Node.js Agent does not support code-based integration. Only URL-Triggered integration can be used.
Detailed Explanation of Integration Methods
For detailed information about how URL-Triggered Integration works, trigger rule configuration, use cases, etc., refer to the Common Guide document.
URL-Triggered Integration
How It Works
- Configure Trigger Rules: Set segment trigger rules in the NetFUNNEL console.
- URL Matching: Compare the URL of the page accessed by the user with trigger rules.
- Apply Queue: When rules match, the queue is applied.
- Automatic Redirect: Automatically redirect to waiting room page when waiting response is received.
Optimal Use Cases
- Traffic control for specific URL paths
- Automatic queue application on page entry
- Control based on segment trigger rules
Related Documentation
- Common Guide: Detailed explanation of URL-Triggered Integration
- Quick Start: Get started with URL-Triggered Integration
- Installation and Initialization: How to apply Express/Nuxt middleware
- API Reference: Complete function specifications