MCSA guy who likes to hang out in the community going through the people's opinions, thoughts about the product and also answering questions/issues for fellow Marketo users. Have built few custom connectors for integrating the Marketo with other Adobe Marketing tools like Analytics, AEM, Target for extending Marketo's functionality. Have extensively worked on Marketo APIs along with the org level Marketo setup. Let's connect for a discussion on anything revolving around MarTech. ;)
Hello, @WY! Well, do you have these fields on your Linkedin lead gen forms? Only LinkedIn fields that have already been saved to a form template in the LinkedIn campaign manager wi...
Custom object fields aren't available as the direct filter like other custom/standard fields on the Person object in Marketo. They are rather available as constraints of the Has <c...
You should reference the loop variable $account, andnot the $cCUAccount_cList.get(0)while displaying thenextDueDatefield.Also, ensure that the nextDueDate custom object field is ti...
MktoForms2.whenReady(function(form) {
var checkboxValues = [];
var totalValue = 0;
var sumElement = document.getElementById("sumElement"); // Replace "sumElement" with the I...
So, if I understand this correctly, you need to show the total as people select the checkboxes (assuming each has a numeric value associated with it) and update it as people change...
Agreed with Sandy! For reference, pull the field into the editor from the object tree on the right (snapshot below) to get the correct field name instead of typing it out. I hope t...
Interesting use-case! Do you want the alternating behavior on CDV to change across all people (i.e., for the first CDV, call webhook 1, for the next CDV call webhook 2, and repeat....
Did you add the velocity token in the src attribute of the image tag? See an e.g., below:
<img src="{{my.velocity-token}}" style="" alt="Cool Destinations">
Happy to hop on a quick...