Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes there are other ways but I need to understand your use case lilttle better. Are you querying this data on a lead by lead basis? Or are you doing a nightly background job to do something with both SFDC and Marketo?If you are interested in the REST API BETA and have an active subscription with M...
No you cannot change that since you are sending "sample". You can use a batch campaign or email program to send out the email. However, theses activities will be tracked in the lead's activity history.
All email scripting variables are String objects which can manipulated by methods here - http://docs.oracle.com/javase/6/docs/api/java/lang/String.htmlBelow is the modified code that will work:#set ( $code = ${lead.PostalCode} ) ##set the variable code to equal to the lead's postal code. This is...
I guess Visits Web Page Trigger + Is Anonymous = false filter should work too
Unfortunately not at the moment. There should be a
It is definitely there. See screenshot below. If it is not showing in your browser, my guess is that it has something to do with the form locale or your browser locale.
This tool might also be helpful - https://addons.mozilla.org/en-US/firefox/addon/tamper-data/Basically, after you put a form on a Marketo landing page, try to tamper the form post and it should list all the input needed.
You can attach an event handler to window.onload and that should work fine without using setTimeOutWe are trying to get away from posting directly to our web page and manage this functionaltiy through our API.Also, when you embed a form 2 on to a marketo landing page, is the form action really "http...
We have rate limitation coming from the same IP address to prevent spamming. If you are doing a large integration, you should be using the SOAP API or the REST API which is coming soon. Here is the doc for SOAP API - http://developers.marketo.com/documentation/soap/
It should always show the red unless it is overriden by the style sheet. Can you post your landing page here for us to take a look if it is a publicly accessible page?