@SanfordWhitemanwrote:
upload them as a specially formatted XML file into Design Studio. You can then call this file directly as a webhook to look people up
Hi Sanford,
is there...
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...
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 c...
Well, this code on StackOverflow I used to search the Window object says it is somewhere deep deep down in
Ext4.ClassManager.classes["Ext.ComponentMgr"].all.map["tbtext-1030"].owne...
Exactly! Thanks for wording it properly, Sanford😀
Well, I got as far as solving my initial problem with a simple
if (/.marketodesigner.com$/.test(document.location.hostname)) {
p...
Ok, maybe I shouldn't have gotten hung up on the word "namespace".
To clarify what I am trying to do:
I have a guided template, with a string-type variable (like that)
I have som...
Hi everyone,
I am using a custom namespace in my (guided) landing page template. Is it somehow possible to leverage some of it in the landing page editor as well?
It seems like it'...
Thank you Sanford for the insights!
In our scenario we were lucky and it seems the 3rd party we are working with currently can put an X-Api-Key in their header when communicating...