Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Jas, I don't think this applies to your situation because your company already purchased SSL Secure Landing pages from Marketo in the past, however, we just launched a new Secure Landing Pages product for which Marketo procures the SSL certificate. The end result is the same, so there is no functio...
Hi Jas, while it would be ideal to prevent duplicates from being created, in reality this is not always possible. It sounds like it will be hard to prevent duplicates in your situation. Marketo has developed an ongoing deduplication solution that will merge duplicates almost immediately after they a...
Instead of using the standard "Create Task" Flow you could use a Webhook to create the Tasks. You actually need 2 webhooks, one to get an access token and store it in a custom field, the second webhook to create the Task. Below is an example using some attribute, but you can add any attribute you wa...
Not sure if you've already engaged with Marketo Professional Services, but we are able to extract activities from your old instance and push them into your new Marketo instance as custom activities. If desired, we can also provide you with a backup of the data. By default, we use the SQLite database...
Hi Dan, I created the 'localhost' duplicate solution you are using in 2011 and it has always been an unsupported solution. However, it has worked successfully ever since. The '302' response is the expected response. It is because the Form is trying to redirect you to the thank you page. There may be...
Add ‘offset=200’ to your call to get the 2nd batch
I have a couple of customers that use an SFDC Custom Trigger to auto-convert Leads to Contacts. It's a 2-step process: (1) sync Lead (2) wait 30 seconds in Marketo, then change a field value (for example "Convert_Lead=True") and push to SFDC; this will trigger the Custom Trigger. The reason for the ...
As Sanford mentioned, you cannot filter on location in the tree, or what Program an activity belongs to. You can filter on whether Leads/Contacts are on a particular Static List, and on activity Type (and date of course). Each Activity is linked to a Lead/Contact and - if applicable - to an asset (...
Lead ID never changes. However, it is possible that you have multiple records with the same email address and different Lead IDs. Also, if you merge records, only 1 of the Lead IDs will remain. Also, it is possible that something is wrong with the API call that you're making. In any case, it's proba...
Currently Program is indeed not returned via the API. Most customers are extracting "Change Status in Progression" (= Program Status changes), activity ID 104. Generally, a Form submission will result in a Program Status change, and this will return the Program Name/ID. If you really need to tie the...