Block a channel survey to show up twice during 2 weeks using cookie
                
The demo uses either an anonomous web survey link or a web survey link including background information.
        
        
            <script src="https://dmnet.quicksearch.se/quicksearch.channel.js"></script>
            <script>
                    // Open channel
                    qsChannel.setOptions({
                        channel_id: "ed6a7482-fc0b-4878-8b38-33a707c4b8b5",
                        webSurveySettings: { 
                                "Cookie" : true,
                                "CookieName" : "MySurvey",
                                "CookieDays" : 14                                
                        }
                    });
                    //Render channel
                    qsChannel.render();
            </script>