Key-value pairs
This article covers how to use key-value pairs in your News Feeds cards via the Braze SDK.
note:
News Feed is being deprecated. Braze recommends that customers who use our News Feed tool move over to our Content Cards messaging channel—it’s more flexible, customizable, and reliable. Check out the migration guide for more.
Card
objects may optionally carry key-value pairs as extras
. These can be used to send data down along with a card for further handling by the application. Call card.extras
to access these values.
See the JSDocs for more information on ClassicCard, ImageOnly, and CaptionedImage.
New Stuff!