All Products
Search
Document Center

Quick Tracking:applet verification

Last Updated:Jun 03, 2026

Verify that the Quick Tracking SDK is correctly collecting and sending event logs from your mini program before you go live.

Warning

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

    image

    Scheme URL platforms (Taobao, Alipay, DingTalk)

    1. Open the real-time log details page in the Quick Tracking console.

    2. Click the scheme URL displayed on the page.

    3. The mini program opens and the SDK begins sending logs.

    Additional compilation parameters platforms (WeChat, Toutiao, Baidu)

    1. Open the mini program developer tool.

    2. Add the additional compilation parameters provided on the real-time log details page.

    3. 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.