Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I would like to set up a sales alert that has a couple links in it that when followed update the lead/contact record. Ideally we could have multiple link options in the sales alert and each one would flag the person differently. Essentially we could use this to send info to our SDRs and have them ca...
This is sorely needed. The default form markup is a complete mess and bloated.
I have noticed a small issue with the template inliner:This:
Sample Text
Compiles to this:Sample Text
ScribbleLive helps businesses drive results through content and technology. Our content marketing platform brings together data, creativity and effectiveness, enabling businesses to deliver predictable results.We are looking for a data-driven marketing operations specialist to build and manage the o...
I usually try to solve this issue by breaking out the scores into 4 fields, demographic, behavior, text eval, and total. So then whenever I need to update the demographic score, I can zero out that field and start the demographic scoring from scratch. That being said, this also relies on a calculate...
So smart lists are locked in when the campaign first runs.If we call another campaign from that campaign, will the smart list recalculate at that time?
Has anyone come up with a solution to maintaining original UTM parameters so they are not lost if someone clicks through your site? I was thinking of trying my hand at using javascript to create a cookie with the original landing url and utm parameters for that url and then pass it to a Marketo form...
This is unfortunately with the old code.
If anyone is curious, I was able to solve this by capturing the Google cookie, _utmz, in a hidden field and then parsing it in Salesforce. It is also possible to capture and parse it in javascript and then assign each value to a hidden field.