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. ;)
Ahaa- you don't have the "T" in the unformatted nextDueDate output, you have a space instead! Could you try the below script:
#set( $defaultTimeZone = $date.getTimeZone().getTimeZ...
Well, the reason behind this is that the Email Address field isn't used to map the SFDC and Marketo records together, rather they're linked by the unique SFDC ID which gets created...
We can't switch templates on existing guided landing pages and emails or even while cloning them. I think the only way out here would be to re-create email and LP assets with the n...
Interesting! Is there any specific reason you would like to sync the Facebook Lead Id to Marketo? As you rightly said it's a unique identifier for the peoplecaptured through Facebo...
Well, this way you'll be excluding all the duplicate records (I.e, this logic won't include even the one-person record you'd like to include of all the duplicate records for each e...
Cool, then you can add the record you'd like to keep of all the duplicate records for each email address in a static list (sayFilterered Duplicate Records), and use its membership ...
Glad that you caught this before (a lot of people don't catch this until it's too late)! Understanding the significance of managing duplicate people is crucial.While Marketo preven...
Well, campaigns can have some execution delays which you can monitor in the Campaign Queue, but if the campaign's trigger, filter, and scheduling criteria (flow through campaign 1x...
Yes, I meant to updateyyyy-MM-dd'T'HH:mm:ss in #12 (i.e., have it like below)
#set( $ISO8601DateTimeTZ = "yyyy-MM-dd'T'HH:mm:ss" )
Technically, the format you pass to parseDate()...
Nope, just change the value of the variable you're using in the $convert.parse function, i.e.,$ISO8601DateTimeTZ variable. Changing others doesn't matter as you aren't referencing ...