braze-inc / braze-web-sdk

Public repo for the Braze Web SDK

Home Page:https://www.braze.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`campaignId` is not typed in in-app messages

zaicevas opened this issue · comments

Report

Describe your environment.

Info Value
SDK Version 3.3
Browser Affected
Affected Browser Version
Operating System Affected
Integration Method
Repro rate

What did you do?

@braze/web-sdk npm package does not type campaignId property for in app messages, even though it can be passed in constructor and it is passed when in app message is sent inside appboy.subscribeToInAppMessage(inAppMessage => console.log(inAppMessage))

Hi @zaicevas. Thanks for reaching out. campaignId is intentionally not typed, as it is no longer used by the backend and will be removed in the next major release.