Firework for Developers
HomepageBusiness Portal
Search
⌃K
Links
Welcome
Web
Getting Started
Integration Guide
Telemetry console
FAQ & Troubleshooting
Android SDK
Integration Guide - V6
Integration Guide - V5
iOS SDK
Integration Guide for iOS SDK
Getting Started
Video Feed
Discover Feed
Channel Feed
Playlist Feed
Playlist Group Feed
Dynamic Content
Hashtag Playlist
Video Feed Layouts
Storyblock
Video Feed View Configurations
Video Player
Share & Deeplinking
Ad Support
Analytics
Shoppable Videos
Sample App
FAQ & Troubleshooting
React Native SDK
Integration Guide for React Native SDK V2
Integration Guide for React Native SDK V1
Flutter SDK
Integration Guide for Flutter SDK V2
Integration Guide for Flutter SDK V1
Help Articles
Importing Products to Firework
Adding products to a video
Displaying product videos on product pages using hashtag filtering(Web)
Syncing Carts
Encoded IDs
Powered By GitBook

Dynamic Content

Displays dynamic content based on the provided channel id and content parameters.
let channelID = "<Channel ID>"
let parameters: DynamicContentParameters = ["<cohort key>": ["<cohort value 1>", "<cohort value 2>"]]
let feedVC = VideoFeedViewController(source: .dynamicContent(channelID: channelID, parameters: parameters))
Previous
Playlist Group Feed
Next
Hashtag Playlist
Last modified 1yr ago