Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Also note to self:If your forms are within a sub-folder of the program, the call against the program ID{"id": 71228,"type": "Program"}will not return "all forms within the program" as - at least for me - it might be intuitively how it works. No, you need to traverse the whole folder structure WITHIN...
Got it. Thanks Sanford! My confusion came from the fact that this option was not mentioned explicitly on (one part of) the documentation,Get Forms forms works like other Asset API browse endpoints, and allows optional filtering on status, maxReturn, and offset. Status can be: approved, approved with...
Hey everyone,what's the most efficient way to get all forms for a specific program via the API nowadays?Rgds,Thorsten
Thank you Sreekanth for replying so quickly. One more question if I may - Dyn Chat doesn't use any other other / own cookies then? Only Munchkin?
RegardingHow is consent for data capture managed from Chat?> We have seen customers addressing two ways:If permission to store cookies is not accepted by the visitors even though the visitor interacts with the chatbot no information is storedWhat "permission to store cookies" are we talking about he...
@SanfordWhiteman wrote: upload them as a specially formatted XML file into Design Studio. You can then call this file directly as a webhook to look people upHi Sanford,is there any blog post explaining that approach somewhere? Looking to add it to my toolkit, should the need arise 🙂Regards,Thorsten...
Probably yes. Looking at Qualtrics' API documentation, the API auth uses a token transmitted with the header, which Marketo Webhooks do support. Whether or not you can import your contacts then might depend on what Qualtrics product you are licensed for. But this API seems to be capable of doing wha...
Thanks Dave for sharing your experiences and providing so much food for thought! Much appreciated. I need to breed over this for a while. At the moment I am hesitant to make any change in either direction, thinking that the user experience with a modal or stability issues down the road will be sever...
Well, this code on StackOverflow I used to search the Window object says it is somewhere deep deep down inExt4.ClassManager.classes["Ext.ComponentMgr"].all.map["tbtext-1030"].ownerCt.ownerCt.items.map["lpEditor-1034"].items.map["lpEditorPredefinedLayout-1035"].items.map["lpPredefinedLayoutCanvas"].l...
Exactly! Thanks for wording it properly, Sanford 😀 Well, I got as far as solving my initial problem with a simpleif (/.marketodesigner.com$/.test(document.location.hostname)) {parent.td = td;}only to then get into a CORS issue... I'll drop the plan here, it's becoming way to much effort for a littl...