Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Jake_Kalinoski ,To Sanford's point about counting registrants, look at FlowBoost (https://flowboo.st/). It's a super handy tool that hooks into Marketo (both backend webhooks and landing page webhooks) to do things like count registrants (exactly what you need to do), get a count of registrants (a...
This is one of things you don't need to do often, but when you need it, it'll be a real time saving. Adobe, bring on more of these useful features.
All,in case anyone is wondering why @SanfordWhiteman 's last example works even with an empty email address; it's because a split on an empty string still yields an array with one (empty) element. The output string does have two spaces in a row (
Agreed. But I'm just wondering if @JoeDownham has set up their parser to account for Excel-ified CSV files with a ; as the delimiter and then when the parser encounters a RFC 4180 file it is getting confused. Just to be clear, RFC 4180 does specify ONLY a comma as the field delimiter. All this is s...
@JoeDownham I have to agree with @SanfordWhiteman here.I've seen interesting issues in CSV files for a global company with different delimiters being used, and different characters being used to denote 10^3 multipliers in numbers. An import CSV parser wasn't handling this well at all. It wasn't th...
And make sure the Marketo account has appropriate permissions for the Facebook page the ads are are being displayed on.
@PeeyushSachdeva ,one obvious problem with your idea is if the CO against the account is a many:one relationship. Granted, that can still be worked around by using packaging the data up into a single field in SFDC and cascading it to the contacts, but that then removes the ability to use {{lead.tok...
@Yesh0000 ,A smart campaign is what it is. If you abort it and re-run it, it'll start from the beginning. You would be better off cloning the Smart Campaign, removing the initial steps, and running the new campaign instead. It's worth noting that depending on how long it is since you aborted the in...
@BermMarketing,Why are you importing emails the first place? Why not have a set of reusable email modules built into a template, and build the emails directly in Marketo? Or are you trying to validate email addresses? CheersJo
@reetusharmaGrz1 ,there are a few things correct in what you've said, and a few things that aren't.First, let's step back and consider three things:When an email was composed/builtWhen an email was sentWhen an email was deliveredThe only action of those that can be accurately stamped is the time the...