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. ;)
If you wish to store only urls in this custom field then I would suggest using URL datatype as with the URL datatype you may store the protocol and use the token for same without p...
The only limitation in syncing the 2nd level object would be the in-availabilty to use in the velocity script. If you want to use the link from the CO then you can maybe copy it in...
myForm.addHiddenFields({
//Sample example for adding the hidden field
"Email":"test@example.com",
"FirstName":"John",
"LastName":"Doe"
});I see you haven't put the quotes to y...
Yes it should work ideally but there is a catch here, as for the munchkin code/marketo lp for an anonymous user the segmentation rule for web personalisation will only fire when th...
If you were to use out of the box Microsoft Dynamics integration with marketo I would have recommended you this. But since you are using the custom API connector to sync, you can a...
Please include this global common variables at the top of the token, as I see you have used in your Email script 🙂#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America...
Yep you need not worry about encryption. Marketo applies high-grade TLS encryption to all data-in-transit through the use of HTTPS connections for all Marketo instances across all ...
Yes. If you have CRM integrated with your instance. That report could be pulled out from it easily!It would be difficult to get as detailed reports as for the lead gen and nurture ...