Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Alexis,"Best" is pretty fungible—depends on what you're looking for. I'll also just briefly note that as far as SFDC integration goes, your best bet is simply to populate your deliverability fields with SFDC-synced fields, and obviously you can do that with all three services. I've used all three...
Hi Matthew,It's definitely possible--you'll just have some inconsistency in how it's applied across all email clients. Do note that coding this kind of feature is not for the faint of email-hearted. That said, a couple of examples are here:http://responsiveemailpatterns.com/patterns/accordions/show-...
Hi Billy,Just a quick question/check: did you specifically add the ! needed for Trigger Objects, i.e., $!{TriggerObject.X2CO_Account__c}?
Hi Jennifer,Just a reminder that LinkedIn caches its Open Graph tags in order to save resources—and as a result can show older versions of what you see. Try adding a parameter to the URL or changing the path to see the updated version.
Hi Valerie,...kind of? The real pain point is removing users that are deactivated; right now there's no non-API way to remove Salesforce-linked custom objects, even if they are deleted on the SFDC side. Currently I've been routing around this by doing calculations for the most recent matching value,...
I have a unique use case where I need to analyze the newest date amongst n values of dates for a Velocity script, but unfortunately, I can't think of any way to do that with multiple values using $date.difference because n is highly variable. I had thought of converting all timedate stamps to Unix e...
Still using a backend method for assigning all values—I guess I was just curious to know whether the entire string represented the visitor token or just the trailing digits + instance identifier (and upon further testing it does look like the entire visitor token needs to be used without switching t...
So the trick is to keep the domain consistent even when you're writing to separate domains? If that's the case, that actually makes things much easier.Also, someone should seriously have documented visitorToken on Munchkin Initialization Parameters. Ugh.
In a case like this, once you remove the SFDC records from the recycle bin what I've done is a force-nudge change to push all records back down to Salesforce (i.e., make a new field in SFDC, mass fill it with a value, then delete the field) and then re-run your delete criteria sans delete from CRM.T...
So, I'm well-aware of what's on this particular Marketo Developers blog entry, but I'm a little stumped on something I'm trying to achieve.Right now, I have several different domains tied to one Marketo instance. Now, I know when a visitor goes to each website that Marketo is going to write domain-s...