Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
What about doing some filters and make a list of lists with those words, then just ask if member of each of those and remove, that would be just one smart campaign.Alejandro Munozhttps://www.linkedin.com/in/alejandromunozpenuela/
There is always a workaround, just define members of list, and make sure every time you remove someone from those 2 lists, you add them to a "removed" list. Can also be achieved by updating a record field. But actually, segmentation would work as you can add many different conditions to the smart li...
The best way to tackle this is by creating a segment, segments are based on smart lists (rules) so they will be updated and you just need to add the condition in your programs for members of segmentAlejandro Munozhttps://www.linkedin.com/in/alejandromunozpenuela/
Thanks Denise,What I’m trying to get is the opposite, I know the Salesforce Campaign but I’m not sure to which Marketo program is linked. As we have hundreds of Marketo programs, is not a good solution to each one by one
As you know, Marketo throws an error (skip the step) if you add the "add to salesforce campaign" step in a Smart Campaign if the Salesforce campaign is already linked to a Marketo program. The question is, how can I identify the program which is linked to a specific salesforce campaign?The way I kno...
It also works, that depends on how much code you want to add. Having the own html form makes the styling easier
You can do it by creating your own HTML form, you will have an HTML page with different div tags, in each div you will add each question and you are going to hide/show them, at the final question you will have the submit button which will then send all the information to the Marketo form using the j...