Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
A static list would work, or you could create a custom field for each type of group and then when you send communications, just filter based on that.
What Steffen is referring to is the ability to change the redirect based on a field selection. So if you put a drop down in your form that said "What asset do you want?" with 30 options, you could designate which PDF to redirect to based on that.However, what I think Dave is saying, is that he doesn...
The filter is the name of your field. So if your field is called "Food Preferences" -- that's what you would look for in the filter list.
If you go with a system that doesn't directly connect to Marketo, but has an API, you can build a connection. For example: Eventbrite doesn't connect natively, but it doesn't take too much work for build a connection with their API and Marketo's API so the registration data flows smoothly.
This is more of a CRM question, but I figured I would post here and see if anyone has had experience with this challenge...Essentially what I want to do is be able to run a report and say how many leads were handed off to a rep in a given period of time. But here's the rub: If leads are mistakenly ...
We split everything into two categories... net new and all time. It can get kind of fuzzy, since reporting on created date makes things so much easier, but say you want to know how many demo request forms are submitted this month, you could create a report in Marketo saying "Filled out Form = Demo R...
If you're already using custom coding to sync with the Marketo API and your database, it shouldn't be too difficult to split the datetime into two fields and store them separately. I know that's not what you want, but you should get the same result. Good luck!
You should be able to do this, but you wouldn't use the subject line a/b test, you would use the "Whole Email" test instead: https://community.marketo.com/MarketoArticle?id=kA050000000LC9XCAWThe reason for this is because you might be able to use tokens in the subject line test, but you wouldn't als...
There might be a better way of doing this, but here's the only ways I know of (none of which are really ideal): Membership Trend or Membership by Week tabs: Look at your registration smart campaign that includes the flow action of changing the program status. On the overview screen, you'll see two ...
I don't believe this is possible with Marketo... what goes into those fields is what comes out and you can't manipulate it like you might with PHP.You could consider splitting them into two fields: one for the date and one for the time, then if you ever need to have both, you can just concatenate th...