Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Kristan,For the known visitor you can write any custom HTML as shown in the following screenshot:Above is the default HTML for the known visitors. You can even write javascript in this block as follows:Best Regards,Avtar Singn
Hello, We have Marketo landing pages that work very slow and high page load time for the Australia region. This problem can be resolved with CDN. Could anyone please tell which CDN we can use? What are the steps to integrate CDN with Marketo? What can be possible disadvantages of using CDN? Best R...
HI Amanda,Either you can use FORM ID condition on the onSucess event to make it run for a specific Form i.e Or for the Form on which you want to show a message do not add follow up URL(use "Stay on page") in the Marketo and add the following code: I hope this help you.Best Regards, Avtar Singh
Hi Keerthana Shanmugam,Marketo offers an endpoint to identify a list of activities that you can get using REST API. You’ll need to first retrieve a paging token for the datetime that you want to begin retrieving activities from. You then pass the paging token in the nextPageToken query parameter. F...
Hi Vipin, You can use Marketo Lead's REST API endpoints to create leads in the Marketo. Following are the endpoints: http://developers.marketo.com/rest-api/lead-database/leads/#create_and_update First, you need to get authentication using method mentioned here ( http://developers.marketo.com/rest-ap...
Hi Itay,Please add http:// or https:// in front of web page URL. This can resolve the error.Best Regards,Avtar Singh
Hi James,Autofill field value from URL parameters option works on both Marketo and Non-Marketo landing pages(i.e Wordpress). However, this configuration only works if the user lands directly on contact us Wordpress page and fills out Marketo form. If the user goes on another page after landing on ...
Hi Malik,If you add Munchkin code to the Wordpress website then it only starts tracking of user activity and all the activities will be associated and pushed to Marketo lead once it gets known(i.e Fill out Marketo Form) on the Wordpress website. Hence Marketo recognizes URL as referer after Marketo ...
Hi Kelly,You can show the custom message on the form submission. You just need following basic javascript for the same:form.onSuccess(function(values, followUpUrl) {form.getFormElem().html("Thanks for Registering!
You'll be hearing from us soon.");form.getFormElem().css("text-align","center");form.ge...
Hi Terry,I believe you have configured UTM parameters correctly on Marketo Form. I have used URL http://pages.okidata.com/ContactUs-DigitalTranferPrinters.html?OKIWebsite=Product-C711WT&utm_source=gmail&utm_medium=email&utm_campaign=spring_sale and parameters were successfully into Marketo Form (Scr...