Marketing
Currently on one of our websites, we have implemented the threekit player. Mostly working with 2D images on the page. configurator.getConfiguration() gives us the object that we need and we use it to control the pricing and such, on threekit side we are relying on datatables to control all this and some AND/OR rules logic.
We were thinking to do a marketing campaign for some of our configurations. But right now there is no unique url for us to do the campaign. What we are looking to achieve here is have something added on the url as a query param that is unique to the configuration, let's say sku for that matter (xxx.com/?sku=abc), and once the customer lands on the page, call the threekit via api to give us the unique configuration object based on that sku only. Is this doable? any other way?
Let me know.
Thanks
Comments
1 comment
Hi Suresh_Lamichhane,
I think it's doable, you can check the share feature on the player page, it creates a unique url for a configuration, and you can do a map between the configuration and the sku on the client-side. Please check this doc for details https://community.threekit.com/hc/en-us/articles/4405490857627-The-Threekit-Player.
Thanks
Please sign in to leave a comment.