Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I suspect there's an extra question mark being added in the template before the token starts or it's being inserted into the token. And it probably has to do with trying to dynamically allow custom URL parameters. I would look at the template/email code where the token is being inserted I've totally...
There's currently no way outside of estimating audience size based on 'Last Cast' amount in the stream view or running a smart list.If it's that critical to operations, I'd wager you'd want to run a smart list to check anyways. I attached a smart list I used to get a pretty accurate count of tomorro...
I must've been doing something syntactically wrong initially because I thought I had tried that method - getting blank results back - but got lost in a rabbit hole of how to declare and use VTL objects.
$list is a key/value pair of vendors and their phone number to use. The idea was to create a list that can scale easily as we add more vendors.{"vendor1":"phone1","vendor2":"phone2","vendor3":"phone3","vendor4":"phone4",(...)}The example macro provided was a Frankenstein of testing different methods...
This ended up being a pretty severe bug in our insights module after contacting support. The module had to be restarted and backfilled.
I couldn't figure out why my macro was not updating on successive calls when trying to update the code. I did find out what was going on... but why it was... ¯\_(ツ)_/¯Welp, turns out whenever the script token was saved a version of the macro at that time was "created in memory" - or some such thing ...
I think this is achievable with some SFDC tweaks as long as you have a sync rule (this might be custom, I didn't set up our Marketo instance) - in our case, we have a sync to Marketo boolean we can toggle for accounts and leads. You could have a SF workflow listen for person creation and check for a...
Sometimes a CSS Armageddon approach can help with pesky clients that don't support display properly and what not:.hide { display: none !important; width: 0px !important; height: 0px !important; max-width: 0px !important; max-height: 0px !important; line-height: 0 !important }
Seems like you want this.Can make a smart campaign under a program and check for where Email = [your 3 emails], then run sync to SFDC as a flow step.
For the veterans, this might be a somewhat comedic "problem" inquiry.But... our campaign queue has been receiving and emptying campaign activity almost instantly since Friday, but we cannot find discrepancies in # of objects synced or email activity, etc. Salesforce sync is still enabled and runs ev...