Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I've seen this for multiple customers. Adding '##' after the desired output fixes it for me.#elseif ($lead.attribute == "XYZ")Display this##Before it would show "... Display this ." now it shows "... Display this."
But will tracking still occur if I'm not setting a variable containing a url but instead just displaying a link if the condition is met?#if ($field1 == "bread")www.google.com#elseif ($field2 == "butter")www.yahoo.com#elsewww.bing.com#endWill clicks link activity be logged for anyone who clicks on th...
Hi Jasmine,Are we sure this isn't coincidence and the lead is opening it too? Is he cc'ing himself on the communications through the Outlook plugin or including himself on the list of leads through Salesforce? Ensure if it's through the Outlook plugin he's only putting one address in the To: address...
The functionality is built into Marketo to merge up to 5 records together at a time. Given the fact merging records has several criteria (e.g. choosing which record should remain as parent vs child and which fields survive being overwritten), it makes more sense to do these changes in the system of ...
Hi Murphy,Yes, you can score based off of Program Status change and Fills Out Form (per your 2 examples) and allow the lead to flow through as many times as you want. As long as you have an event program for each Tradeshow, each time the lead's status is updated, it will get scored. You can provide ...
Hi Glorie,As others have confirmed, natively you can only have 1 CRM integration. However, many customers have 2+ lead partitions and use either a middleware tool (e.g. Boomi, Informatica, Mulesoft) or create a custom web service to sync this other lead partition to their other CRM. This solution wo...
Hi Katie,As a best practice rule, you shouldn't send the same email to the same leads more than once. However, to accomplish what you seek (and add some additional functionality you'll need for revenue attribution), you can use Program Statuses to update people as they are Sent, Clicked, and Filled ...
Hi Sarah,You can upload all your reps' data into a Marketo custom object. Using the rep code, you can tie the rep information to the customer record in Marketo. Whenever you want to send an email with that information, you can pull the field into the email using the Email Script token. Much like any...
Hi Matt,Correct, the Opportunity API is only exposed for instances that do not have a native CRM sync enabled. What is your use case for needing to call the Opportunity through Marketo instead of SFDC API?Most use cases where the Marketo user needs access to the Opportunity can be solved with veloci...
Hi Erik,Your question seems to read if it's possible to update a token via the API (yes, as seen here: http://developers.marketo.com/rest-api/assets/tokens/) but I wonder if you're asking if the token comes over as a part of the Clone API since it's not listed in the POST here: http://developers.mar...