Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SanfordWhiteman wrote:Much as I adore Velocity, I’d also wonder exactly why Velocity is being used here. You can concatenate/interpolate {{my.tokens}} into URLs outside of Velocity, and it doesn’t look like you’re really manipulating the values (which would require Velocity)?@SanfordWhiteman , my b...
@deepikachandar , I've edited your post to show your code as code.There are a few problems that I can see.This line here #set($equipmentName = ${my.equipment}) doesn't need the {} around $my.equipment. Ditto for the following line.However, your larger problem is that you can't directly access my to...
@NagaprabhuK ,Firstly, you need to be careful about the use of the word 'your'. These questions are not being answered by Adobe people, but by fellow community members who are giving up their time, knowledge, and energy freely to help you. If you want to talk improving feature sets (and trust me, ...
@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...
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