Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Dan,There's not really an easy or accurate way to measure, this, since web activity tracking is dependent on the persistance of a client-side resource, the cookie, which can A) be cleared by them and B)does not persist across multiple browsers or multiple machines. With that in mind, I'd say the...
Hey Misha,Leads and Contacts will receive the highest piece of content in the list which has not been sent to them already.
Hi Amy,It should be sufficient to use the native decodeURIComponent function on the strings which you're grabbing from the querystring. Like this for each of the variables:var pEmail = decodeURIComponent($jQ.getQueryString({ ID: "Email" }));This should return the decoded string instead of the perce...
Hey Sara,I would log a support case for this. Please include details such as the form you're having issue with, which followup page is failing, and which lead/contact records you've tested with.Thanks,Kenny
Hi Peter,I don't believe this is currently possible without a pretty sophisticated custom object implementation, or some webhook manipulation. You could set up a webservice to call a webhook from the assistant's ecord and that then requests a campaign for the parent exec and logs an interesting mom...
You can set this up as a trigger, you just need to ensure that the fields are available as trigger constraints in your Object sync menu. The fields for triggers and filters are selected separately.
Hi Amber,To clarify what Cathal said, when you've set up the case in your Custom Object sync, you'll need to use the Has Case filter, and then your synched fields will appear as constraint on this filter.
Hi Ersel,You can find SSO implementation requirements for Marketo here: https://community.marketo.com/MarketoArticle?id=kA050000000L42JCAS
Hey Sandy,You should be able to make this with a Lead Performance Report, grouped by Lead Owner, and then custom columns for each of the statuses you want to track: https://community.marketo.com/MarketoArticle?id=kA050000000KypWCAS
Hi John,Our editor strips any scripting related material from rich text elements. If you need to include this information, please use an HTML element inside the editor.