LaunchProduct
Launch a specific product on load.
LaunchProduct
(ProductId)
If you have a product details page, this event should switch to the product's details page. This is primarily used for launching directly to a product on join.
Parameters
Field
Type
Description
ProductId
string
the id of the product to launch. you can use this in conjunction with GetProductById.
Example Script
Last updated