Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Helen,Navigate to the list and select the List Actions menu, then click on Show Export Status. Completed Exports will show a download link.
Hi Mariah,When you view the dashboard, there is a selection menu below the tabs with an option to select either 'Test View' for the period of the test, or 'None' for all stats on the program. Switching to none will show you all the results.
It may be what Erik suggested. You can remove the parameters using the mktNoTok class on your link elements: https://community.marketo.com/MarketoArticle?id=kA050000000KyqCCAS
Not a perfect solution, button you can create a bookmarklet in Chrometo open Admin in a new tab from a marketo window. Create a new bookmark in your boomarks bar, and the set the URL to this 'javascript:window.open("/#AD0A1", "_blank");' click the bookmarklet will open a new tab of the admin secti...
Hi Ron,syncLead should always return an ID. Please log a support case including an an example of the XML request and XML response where you've observed this behavior.Thanks,Kenny
I Should note that Sydney's comment is not a viable solution. The Date of Activity filter in the Fills out Form trigger only works for past date ranges in conjunction with the Minimum Number of Times constraint. Forward-looking operators will not function that way.
Hey Mengchao,You can do this with a little piece of Javascript. It will hide the form if today's date is after your designated closed date, and display alternative content:
Hi Kara,The 'Sync Lead to SFDC' flow step execute an insert or update upon execution immediately. These are done as single API calls and automatically take precendence over routine batch syncing, so you just need to set up the appropriate trigger campaigns to pass priority leads and updates up to SF...
Hi John,Let me take a look into this and get back to you. It should be possible with the Forms 2 API(http://developers.marketo.com/documentation/websites/forms-2-0/).
Hi Elar,This cannot be done with the currently available methods in the REST API, only via SOAP.