Vendor Channel Delivery Receipt Configuration Guide

Last updated:2022-12-29
Vendor Channel Delivery Receipt Configuration Guide

To help customers track and analyze push performance and optimize strategy, JPush provides delivery, display, and click statistics. Vendor channel support varies.Huawei, Meizu, and Honor delivery data requires developer configuration before JPush can receive it.

Note: JPush SDK 4.2.2+ supports vendor click statistics. We recommend SDK 4.2.2 or above for notification click reporting.

Vendor Delivery Display Click Config required
Huawei Yes No No Yes
Meizu Yes No Yes Yes
Honor Yes No No Yes
Xiaomi Yes Yes Yes No
OPPO Yes No No No
vivo (legacy receipt) Yes No No No
vivo (new receipt) Yes Yes No Yes
FCM Yes No No No
ASUS Yes Yes Yes No
  • OPPO: delivery receipt only for single push.
  • FCM: delivery receipt only when app is active in foreground.
  • vivo: New receipt API is available (legacy still works but may be deprecated). Configure on JPush console to use new receipt; old receipt stops when new is enabled. See vivo message receipt.

Huawei delivery receipt configuration

After integrating Huawei vendor SDK, configure message receipts on Huawei Open Platform:

  1. Log in to AppGallery Connect.

  2. Open your project: GrowthPush serviceConfiguration.

  3. Configure project-level or app-level receipt. Project-level URL applies to all apps under the project. App-level takes priority if both are set.

  4. Example: app-level receipt — select the app and enable app receipt.

  5. Create a new receipt.

  6. Configure:

  • Receipt name: custom name.
  • Callback URL: https://xpnscb.jpush.cn/v3/hpnsreport
  • Version: Huawei V1 and V2 are supported by JPush; configure as above for either.
  1. Test receipt, then submit.

Meizu delivery callback guide

After Meizu SDK integration, configure receipts on the Flyme push platform:

  1. Log in to Meizu Flyme Push, open your app.jpush_android_3m

  2. Open appConfigurationReceipt management.jpush_android_3m

  3. Callback URL: https://xpnscb.jpush.cn/v3/mzpnsreport

  4. Activate receipt: Required — email JPush support support@jiguang.cn to activate after configuring the callback URL.

    Notes:

    Activation must be done after configuring the callback on Flyme. Email JPush with:
    appkey, request: activate Meizu receipt, screenshot of Flyme configuration.

Honor delivery receipt configuration

After Honor SDK integration, configure receipts on Honor Developer Services:

  1. Log in to Honor Developer Services.

  2. Open capabilitiesPush service.

  3. Select your app → App receipt.

  4. Click Add receipt.

  5. Fill callback name and URL.

  • Receipt name: custom.

  • Callback URL: https://xpnscb.jpush.cn/v3/honorreport

  • Receipt scope: enable both Delivery receipt and Click receipt

vivo delivery receipt configuration

vivo new receipt provides richer data than legacy; upgrade when possible.
New receipt disables legacy; see vivo message receipt.
Configure on vivo Open Platform (legacy did not require this):

  1. Log in to vivo Open Platform.

  2. Find your app → App managementApp infoAPP receipt URL → enable. Configure:

  • Callback URL: https://xpnscb.jpush.cn/v3/vpnsreport
  1. Important: When pushing, specify the vivo receipt ID from step 2.

When pushing via Web Portal, fill vivo callback_id or vendor receipt data will not be collected.

  • JPush Push API field: options.third_party_channel.vivo.callback_id.
Keyword Type Options Meaning Annotations
callback_id string Optional vivoReply ID
  • OnlyvivoThe tunnel works.
  • Enter a unique reply ID to specify the return address and configuration for this downline message. The reply ID can be vivoReply Parameter Configuration .
  • Example:

    { "options":{ "third_party_channel":{ "vivo":{ "callback_id":"vivo推送平台产生的回执ID值" } } } }
              {
     "options":{
     "third_party_channel":{
     "vivo":{
     "callback_id":"vivo推送平台产生的回执ID值"
     }
     }
     }
    }
    
            
    This code block is shown in the floating window
    Was this document helpful?

    Copyright 2011-2026, jiguang.cn, All Rights Reserved. 粤ICP备12056275号-13 Shenzhen Hexun Huagu Information Technology Co., Ltd.

    Open in Docs Center