Linux 软件免费装
Banner图

Airship Web Notifications

开发者 rittesh.patel
s3rgiosan
10up
urbanairship
更新时间 2019年7月30日 22:56
PHP版本: 5.2 及以上
WordPress版本: 5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

Notification Push Notification

下载

1.0 1.1 1.2.0 1.3.1 1.3.2 1.3.3 1.3.4

详情介绍:

Seamlessly connect your WordPress site to Airship’s web notification delivery service so that you can selectively deliver on-demand notifications to your readers as you publish your content. Marketing and digital experience teams at thousands of the world’s most admired companies rely on Airship’s Customer Engagement Platform to create deeper connections with customers by delivering incredibly relevant, orchestrated messages on any channel. Founded in 2009 as a pioneer in push notifications, Airship now gives brands the user-level data, engagement channels, AI orchestration and services they need to deliver push notifications, emails, SMS, in-app messages, mobile wallet cards and more to exactly the right person in exactly the right moment — building trust, boosting engagement, driving action and growing value. To use this plugin, you’ll need to set up an account with Airship. You can sign up for a free starter plan with unlimited web notifications and up to 1,000 addressable users. Plugin Features:

安装:

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or simply install from the plugin repository.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Settings -> Web Notifications screen to configure the plugin.
Initial configuration
  1. Upload the SDK Bundle Zip file.
  2. Alternatively, you can define a UA_WEB_NOTIFICATION_BUNDLE constant in your wp-config.php or functions.php, with an array with the required data for the plugin to work. This array should be encoded using json_encode or wp_json_encode, when available. Below is an example:
``` $ua_bundle = array( 'default-icon' => '', 'default-title' => '', 'default-action-url' => '', 'app-key' => '', 'token' => '', 'vapid-pub-key' => '', 'website-push-id' => '', 'secure-bridge' => true|false, ); define( 'UA_WEB_NOTIFICATION_BUNDLE', json_encode( $ua_bundle ) ); ```

屏幕截图:

  • Your website visitors simply click “Allow” to start receiving notifications.
  • All it takes is a single click. Simply check the “send web notification on publish” option, make optional custom adjustments to your notification, and click publish.
  • Instantly deliver web notifications upon publish or update.
  • Use the custom web notification content type to send one-off notifications directly within WordPress.
  • Seamlessly integrate Airship Web Notifications with your WordPress site.
  • Configure your settings in the Airship dashboard, including your default title and icon.
  • Visit the Devices report in your Airship dashboard to see how many website visitors have opted in to notifications.
  • Check out your message reports in the Airship dashboard to see important metrics for your sent messages, such as click through rates and attributed sessions.

常见问题:

What are web notifications?

For full technical documentation on Airship’s Web Notification solution, please visit the Airship documentation website. Web notifications are notifications that can be sent to a user via desktop web and mobile web. Please see Web Notifications Explained for more information.

Which browsers is this plugin and Airship service compatible with?

Currently Google Chrome (52+), Mozilla Firefox (48+), Opera (39+) and Safari (12+, via Apple Push Notifications Service).

How much does Airship’s web notification solution cost?

The free starter plan includes unlimited web notifications and up to 1,000 addressable users. See the Airship pricing page for more details.

How can I use web notifications on a website that is not fully HTTPS?

Airship provides a "secure bridge" component that is required for integration on sites that are not fully HTTPS. To use the plugin on a mixed HTTPS site, check the box next to "Yes, I will be integrating the SDK on a mixed HTTPS site." in the Airship Dashboard when configuring your setup files. From there, reference Airship's Secure Integration documentation for details on how to host the necessary files and registration page securely.

Where can I see analytics for my web notifications?

Analytics are available in the Airship dashboard, where you can see the number of people who have opted-in to your notifications, the number of notifications sent, the click through rate, and the number of sessions attributed to your push notification. For more details, view the documentation on message reports and opt-in report.

Why I am not receiving notifications?

There are several causes as to why you are not receiving notifications:

  1. Make sure your have opted in to receive notifications/have not blocked receiving notifications from your website in browser settings.
  2. Ensure "Do Not Disturb" (Apple devices) or “Quiet Hours” (Windows devices) is off so that notifications are not muted.
  3. Visit (https://status.urbanairship.com/) to determine if Airship’s systems are operational
  4. Make sure push worker is accessible. To do that, try accessing {site URL}/push-worker.js is accessible, if not, try saving permalinks again.
  5. If none of the above helps, Contact Airship Support to further troubleshoot.
Please refer to Airship’s Web Notifications page for more information.

更新日志:

1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.3 1.2.2 1.2.1 1.2.0 1.1 1.0