Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Using the StatDNS API for real-time TLD validation: MktoForms2 :: Force known TLD - DNS API
Oier, to be clear, if images are not enabled Litmus does nothing.It has some very cool logic to measure frequency, duration and other heuristics about tracking pixel downloads. But it can't do anything without images.
James, you have to not only stop Munchkin from loading on the Landing Page (as Elliott noted) you must also suppress any existing Munchkin cookies from earlier page views from being sent to the server along with the form post. Without these two steps, you can't meet your goal.The recipe MktoMunchkin...
Laura, whether you need to use a flow or not depends on how you manage your sends. If you use Smart Lists based on custom fields on the lead (announcementsOnlyt=true, etc.) then you don't need anything but the form post. The checkboxes (really should be radio buttons) dictate whether a user is unsub...
Another way to do this is via a HTTP-DNS gateway. StatDNS has one. So you can do an NS lookup on the TLD.api.statdns.com/com/ns - returns 200 OKapi.statdns.com/cozzz/ns - returns 500 ErrorThe API does support CORS requests!. So you'd be pretty golden. You could even use the HEAD method because ...
Do you have to periodically manually update the list of valid TLDs by copying them from data.iana.org/TLD/tlds-alpha-by-domain.txt or do you have an automated way of maintaining the list in the code? I'd download the latest list every day and then serve it up via a static textfile, set to expire eve...
Emily, the page you're looking at is a McAfee ClickProtect warning. That's not a basic browser function -- it's third-party software -- so I doubt that's exactly what your prospects are experiencing if their unsubscribe links don't work.However, it does offer a clue in that if the remote address fai...
If you're sending them a link to click, the Clicked Link in Email will already be logged in Mkto and associated with their lead (thus a behavioral characteristic you can look up with a Smart List). It still seems like you're making work for yourself.If you still want to include the id, {{Lead.Id}}.
Priya, using the Lead ID is the easiest way for a human to "look up" a lead, since you can navigate to https://
See here: MktoForms2 :: Suppress form on close/success