I've built a Google API connection to correct this, and hopefully Facebook will be done shortly too. It's not super straightforward, but that's the only way to do it Unless you wa...
Ah, of course! Duh.Now that is solved, I went back and modified my simple "checks based on having a value" (eg. $LTD.Amount__c) to be checking on isEmpty (eg. $LTD.Amount__c.isEmpt...
We have a similar situation: global centre of excellence, marketing automation out of one timezone to serve 5 marketing offices scattered around the world. I totally agree with the...
Hmm....I still don't think I get it. Since my code structure is basically this (after changing to isEmpty for logic):#if( $LTD.Expiry_Date__c.isEmpty())#set ($discard = $validCredi...
Ugh. I know I've asked very similar things to this before, so I feel like I should know better....but I'm having trouble comparing a date to today's date. I've successfully done th...
Another question on this. Since I'll now be removing the ''unsubscribed'' hidden field in my Marketo unsubscribe pages (to avoid the nuclear option when they only need to unsubscri...
Thanks everyone.The brands are not related in the minds of the customer so it would be separate unsubscribe pages for each - which is already the path we are going down. At the mom...
Hi everyoneSo we have more companies coming onto the same Marketo and Salesforce instance. Since the one Salesforce profile will hold all the information on a customer (single view...