Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bbrouse
Visitor

Does launching from the channel store use deeplink params?

We've seen some issues with a channel that lead us to believe that when a user launches a channel from the channel store itself that there are deep link parameters included (contentID or mediaType). Could someone from Roku verify whether this is true or not, and if so what are the arguments used in launching the channel in cases like this?
0 Kudos
2 REPLIES 2
RokuJoel
Binge Watcher

Re: Does launching from the channel store use deeplink param

Hi Ben, not sure what you mean by "from the channel store itself". Generally when a home page ad launches a channel it does include contentID as a URL parameter. If the channel is not installed I believe it takes you to the channel store where you can add the channel, and I believe but am not 100% certain that the url parameters are passed along.

If you mean launching it via your own Curl script

curl -i -d "" http://10.8.5.213:8060/launch/11?contentID=<channelID>

or using asyncPostFromString, then I think you can't send URL params along to the channel unless it is already installed, as this feature was not implemented.

- Joel
0 Kudos
bbrouse
Visitor

Re: Does launching from the channel store use deeplink param

Thanks for the reply Joel. This is what I'm referring to when I say launching "from the channel store itself": screenshot
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.