Verify that the Quick Tracking SDK is correctly collecting and sending event logs from your mini program before you go live.
Disable debug or verification mode before launching to production.
Prerequisites
Before you begin, ensure that you have:
The SDK integrated into your mini program
-
Access to the real-time log details page in the Quick Tracking console
Step 1: Choose a verification method
The verification method depends on your mini program platform.
Platform group
Platforms
Verification method
Scheme URL
Taobao, Alipay, DingTalk
Click the scheme URL to start the verification session
Additional compilation parameters
WeChat, Toutiao, Baidu
Add compilation parameters in the mini program developer tool

Scheme URL platforms (Taobao, Alipay, DingTalk)
Open the real-time log details page in the Quick Tracking console.
Click the scheme URL displayed on the page.
The mini program opens and the SDK begins sending logs.
Additional compilation parameters platforms (WeChat, Toutiao, Baidu)
Open the mini program developer tool.
Add the additional compilation parameters provided on the real-time log details page.
Launch the mini program. The SDK begins sending logs.
Step 2: Confirm logs appear in real time
After the verification session starts, interact with the mini program — tap buttons, trigger events, or navigate screens. Each action sends a log entry to the real-time log details page. Verify the interactive interface using the APP.
Confirm the following in the log output:
Events appear immediately after each interaction.
Event names and parameters match what you configured in the SDK.
No errors or missing fields appear in the log entries.