@mparticle/web-braze-kit
v6.0.0
Published
mParticle integration sdk for Braze
Maintainers
Keywords
Readme

⚠️⚠️⚠️
Notice! Opt in is now available for Braze Web SDK V6 - Action Required
You can now select what version of the Braze SDK you want to use when setting up a Braze connection in the mParticle UI. Braze occasionally makes breaking changes to their SDK, so if you call braze directly in your code, you will have to update your code to ensure your website performs as expected when updating versions of Braze.
Please review the Braze Changelog and V6 migration guide to learn about the differences between V5 and V6 and what changes you will need to make in your code. The most significant breaking change is the removal of the legacy News Feed feature and associated methods (e.g. destroyFeed(), toggleFeed(), showFeed()), in addition to the removal and renaming of several other APIs. There may be API changes that affect you if you call braze directly from your code.
You can opt into the latest major version of the Braze Web SDK whether you implement mParticle's Web SDK using npm or our snippet/CDN.
- Customers who self-host mParticle via npm - You should add @mparticle/web-braze-kit version 6.0.0 or greater in your package.json. You must also select
Version 6underBraze Web SDK Versionin the Braze connection settings. - Customers who load mParticle via snippet/CDN - You must select
Version 6underBraze Web SDK Versionin the Braze connection settings.
Step 1: Whether you are using the snippet or self hosting, you need to navigate to your Braze connection settings and select Version 6 from the Braze Web SDK Version drop down.
Step 2: Remove or replace any calls to removed APIs (e.g. News Feed methods such as destroyFeed(), toggleFeed(), showFeed()) and update any renamed APIs per the migration guide. We recommend testing thoroughly in a development environment before releasing.
Step 3: Push Notifications via service-worker.js
If you use Push Notifications, your service-worker.js file should be updated to reference https://static.mparticle.com/sdk/js/braze/service-worker-6.5.0.js instead of https://static.mparticle.com/sdk/js/braze/service-worker-5.5.0.js. Your service-worker.js file should now contain:
self.importScripts('https://static.mparticle.com/sdk/js/braze/service-worker-6.5.0.js')License
Copyright 2022 mParticle, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
