1) You can find the number of unique anonymous visitors in Marketo in the Web Page Activity report. Make sure you change the activity source to Anonymous Visitors (including ISPs)2...
Have to say that Hubspot's UI and "smooth" UX is 1 up on Marketo. However, you still need to code Hubspot email templates in the same way Marketo's, when you want a layout in a cer...
This has been around for as long as I can remember and I've been using Marketo for 6 years. You should be able to just truncate the ".html" from any landing page url and it will wo...
A lightbox or modal is done by essentially javascript (there are lots of jQuery plugins around)A link and the click action of a link is just the trigger/listener for javascript to ...
Here's an example in php. Your webhook payload would include lang=ch&input=英国 and get "England" in the response. Optionally you can add output=[en,ch,fr,de,es] to get the response ...
if that's all you get to work with, then not possible.The Marketo form embed code itself is script, to make it modal, you need to write more script. If all you're allowed is a link...
Marketo developers docs have an example:http://developers.marketo.com/rest-api/assets/forms/examples/#crayon-5ca47945130bd193273350http://developers.marketo.com/examples/forms2/exa...
If you can get the LinkedIn list of countries, you can build a webhook service that looks up any country value in any language that LinkedIn sends Marketo and return the country va...